robot

Dependencies:   FastPWM3 mbed

config_logging.h

Committer:
bwang
Date:
2018-02-09
Revision:
180:a783a972a867
Parent:
161:19eac809c727

File content as of revision 180:a783a972a867:

#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