-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from martinroger/ESP_LOG-conversion
Esp log conversion
- Loading branch information
Showing
5 changed files
with
395 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
#define L0x00_RequestExtendedInterfaceMode 0x03 | ||
#define L0x00_EnterExtendedInterfaceMode 0x05 | ||
#define L0x00_RequestiPodName 0x07 | ||
#define L0x00_RequestiPodSoftwareVersion 0x09 | ||
#define L0x00_RequestiPodSerialNum 0x0B | ||
#define L0x00_RequestiPodModelNum 0x0D | ||
#define L0x00_RequestLingoProtocolVersion 0x0F | ||
#define L0x00_IdentifyDeviceLingoes 0x13 | ||
#define L0x00_RetAccessoryInfo 0x28 | ||
#define L0x00_RequestExtendedInterfaceMode 0x03 | ||
#define L0x00_EnterExtendedInterfaceMode 0x05 | ||
#define L0x00_RequestiPodName 0x07 | ||
#define L0x00_RequestiPodSoftwareVersion 0x09 | ||
#define L0x00_RequestiPodSerialNum 0x0B | ||
#define L0x00_RequestiPodModelNum 0x0D | ||
#define L0x00_RequestLingoProtocolVersion 0x0F | ||
#define L0x00_IdentifyDeviceLingoes 0x13 | ||
#define L0x00_RetAccessoryInfo 0x28 | ||
|
||
//Possible values for L0x00 0x02 iPodAck | ||
#define iPodAck_OK 0x00 | ||
#define iPodAck_CmdFailed 0x02 | ||
#define iPodAck_BadParam 0x04 | ||
#define iPodAck_UnknownID 0x05 | ||
#define iPodAck_CmdPending 0x06 | ||
#define iPodAck_TimedOut 0x0F | ||
#define iPodAck_CmdUnavail 0x10 | ||
#define iPodAck_LingoBusy 0x14 | ||
#define iPodAck_OK 0x00 | ||
#define iPodAck_CmdFailed 0x02 | ||
#define iPodAck_BadParam 0x04 | ||
#define iPodAck_UnknownID 0x05 | ||
#define iPodAck_CmdPending 0x06 | ||
#define iPodAck_TimedOut 0x0F | ||
#define iPodAck_CmdUnavail 0x10 | ||
#define iPodAck_LingoBusy 0x14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.