UART Command Parser Time Manager Data Store for SD Card for stm32l476 [it's not Licensed as BSD/GPLx]
Dependencies: mbed SDFileSystem
common/global.cpp@7:9ab8809f9693, 2019-05-11 (annotated)
- Committer:
- Inscape_ao
- Date:
- Sat May 11 04:03:33 2019 +0000
- Revision:
- 7:9ab8809f9693
- Parent:
- 5:a37e3a15444b
add Repeatable Controllor; add Dummy Devicedriver; add Sensing Control Command; (All Host->Device Commands are already implemented)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Inscape_ao | 0:c347f602596d | 1 | #include "global.h" |
Inscape_ao | 0:c347f602596d | 2 | |
Inscape_ao | 0:c347f602596d | 3 | CommandParser *pCP; |
Inscape_ao | 2:a694440145e9 | 4 | UartReceiver *pUR; |
Inscape_ao | 2:a694440145e9 | 5 | TimeManager *pTM; |
Inscape_ao | 7:9ab8809f9693 | 6 | SDDataStore *pSds; |
Inscape_ao | 7:9ab8809f9693 | 7 | DeviceRepeater *pDevRept; |