Placeholder for now...
MicroBLE.h@0:4dfc234efff0, 2016-01-18 (annotated)
- Committer:
- jelord
- Date:
- Mon Jan 18 22:07:27 2016 +0000
- Revision:
- 0:4dfc234efff0
Temp program that will be used to hold all MicroChip code in the future
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jelord | 0:4dfc234efff0 | 1 | #ifndef MBED_MICROBLE_H |
jelord | 0:4dfc234efff0 | 2 | #define MBED_MICROBLE_H |
jelord | 0:4dfc234efff0 | 3 | |
jelord | 0:4dfc234efff0 | 4 | #include "mbed.h" |
jelord | 0:4dfc234efff0 | 5 | |
jelord | 0:4dfc234efff0 | 6 | class MicroBLE{ |
jelord | 0:4dfc234efff0 | 7 | |
jelord | 0:4dfc234efff0 | 8 | }; |
jelord | 0:4dfc234efff0 | 9 | |
jelord | 0:4dfc234efff0 | 10 | #endif |