Files @ d98fd1240e20
Branch filter:

Location: protofuse-firmware/inc/config.h

NEO
fixed bug that caused all analogs to read same ADC value.
#ifndef CONFIG_H
#define CONFIG_H



//////////////////////////////////////////////////////
// Watchdog Settings
//////////////////////////////////////////////////////
//#define WATCHDOG_ENABLE




// Internal macros
#define hal_init HAL_Init
#define MAKE32(by3,by2,by1,by0) ((uint32_t)((((((by3<<8)+by2)<<8)+by1)<<8)+by0))

#endif