Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
Code-Repo
(root)
/
PIC Stuff
/
PIC_27J13
/
xbee.h
@ 317
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
156
4331 d 19 h
Kevin
/PIC Stuff/PIC_27J13/
Cleaned up header file definitions.
154
4332 d 3 h
Kevin
/PIC Stuff/PIC_27J13/
Refactored function names to follow the same naming conventions.
130
4471 d 9 h
Kevin
/PIC Stuff/PIC_27J13/
Updated linker file to support large (>256b) buffers for XBee and UART modules.
129
4471 d 10 h
Kevin
/PIC Stuff/PIC_27J13/
Removed dependence on Adafruit's GFX library for SSD1306 and SSD1331 modules.
Centralized pin allocation defines in maindefs.h.
Reduces size of some buffers to remove RAM allocation errors.
127
4485 d 1 h
Kevin
/PIC Stuff/PIC_27J13/
Added support for multiple NFC card detection in InListPassiveTarget.
Added support for NFC polling requests with InAutoPoll.
Modified NFC test code to query without locking up.
Added support for XBee API mode including escaped character (AP=2).
Added option to forward UART1 Rx to internal buffer or XBee decoder.
Added test case for XBee modules.
119
4509 d 13 h
Kevin
/PIC Stuff/PIC_27J13/
Import PIC framework for F27J13 from embedded systems. Changed framework to use lock-free buffers instead of message queues (async serial only).