Files

copied
Last update 2 years 1 month by PzCampus
Filessoftwarecoreincdcc
..
config.h
cv.h
dcc_funct.h
decoder.h
config.h
/******************************************************************************* * @file : config.h * @brief : Various configurations used by the decoder * @author : Davide Campagna * @date : Sep 09, 2022 * @version : V1.0 *******************************************************************************/ #ifndef __DCC_CONFIG_H #define __DCC_CONFIG_H #define CV29 0x10 #define DCC_ADDRESS 0x03 #define DCC_BROADCAST 0x00 #define DCC_IDLEADDR 0xFF #endif //__DCC_CONFIG_H
Report a bug