Bayley Wang / Mbed 2 deprecated foc-ed_in_the_bot_compact

Dependencies:   FastPWM3 mbed

Revision:
181:d3510c8beab6
Parent:
180:a783a972a867
Child:
184:633119bb0b77
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Defaults/config_logging.h	Fri Feb 09 03:49:31 2018 +0000
@@ -0,0 +1,14 @@
+#ifndef __CONFIG_LOGGING
+#define __CONFIG_LOGGING
+
+#define ENABLE_LOGGING true
+
+#define LOG_PAGE_SIZE 4096
+#define LOG_HEADER_SIZE 10
+#define LOG_PACKET_SIZE 8
+#define LOG_BAUD_RATE 921600
+
+#define LOG_TX PC_10
+#define LOG_RX PC_11
+
+#endif
\ No newline at end of file