Create config.h to implement two modes of operation: DEBUG and NORMAL mode. DEBUG mode will read data from LUT (#7) and NORMAL mode will use CAN interface (#8).
Requirements
[ ] config.h contain definitions of two modes
[ ] Source files must take in account the mode to compile the right piece of code
Description
Create config.h to implement two modes of operation: DEBUG and NORMAL mode. DEBUG mode will read data from LUT (#7) and NORMAL mode will use CAN interface (#8).
Requirements
config.h
contain definitions of two modesNote
This should be done after completion of #8 and #7