40 #ifndef _NIBOBURGER_BASE_H_
41 #define _NIBOBURGER_BASE_H_
57 NIBO_ANALOG_INITIALIZED = 0x01,
58 NIBO_MOTPWM_INITIALIZED = 0x02,
59 NIBO_I2C_INITIALIZED = 0x04,
67 extern uint8_t nibo_initialization;
76 #define NIBO_ASSERT_VOLTAGE(x) ((uint16_t)(1248/x))
96 void nibo_setMonitorVoltage(uint16_t millivolt);
98 void nibo_checkMonitorVoltage();
105 #endif // _NIBOBURGER_BASE_H_
void nibo_assertMinVoltage(uint16_t value)
uint16_t nibo_getMillivolt()