aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/BluetoothACLPackets.c
Commit message (Collapse)AuthorAgeFilesLines
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-206/+0
| | | | | | Seperated out Lib components of the incomplete BluetoothHost demo application out into a seperate Lib subfolder. Changed F_CLOCK entries in project makefiles to alias to F_CPU by default, as this is the most common case.
* Changed per-device controller preprocessor checks over to per-device series ↵Dean Camera2009-06-141-3/+9
| | | | | | for better device control. Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds.
* Add master device Host demo makefile.Dean Camera2009-06-051-0/+200
Copy and convert incomplete Bluetooth Host demo to the library.