Bayley Wang / Mbed 2 deprecated foc-ed_in_the_bot_compact

Dependencies:   FastPWM3 mbed

Committer:
bwang
Date:
Fri Feb 09 21:02:14 2018 +0000
Revision:
184:633119bb0b77
Parent:
181:d3510c8beab6
02/09/2018 16:01 - moved pinouts to layout.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bwang 72:5f1da97d62e1 1 #ifndef __CONFIG_LOGGING
bwang 72:5f1da97d62e1 2 #define __CONFIG_LOGGING
bwang 72:5f1da97d62e1 3
bwang 120:57b6f3b1356b 4 #define ENABLE_LOGGING true
bwang 180:a783a972a867 5
bwang 180:a783a972a867 6 #define LOG_PAGE_SIZE 4096
bwang 180:a783a972a867 7 #define LOG_HEADER_SIZE 10
bwang 180:a783a972a867 8 #define LOG_PACKET_SIZE 8
bwang 180:a783a972a867 9 #define LOG_BAUD_RATE 921600
bwang 180:a783a972a867 10
bwang 72:5f1da97d62e1 11 #endif