added guhRF; added atmega256rfr2 support
This commit is contained in:
parent
9a3c6adf8d
commit
79df347afa
115 changed files with 13276 additions and 23 deletions
8
platform/RaspBee/dev/batmon.h
Normal file
8
platform/RaspBee/dev/batmon.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef BATMON_H_
|
||||
#define BATMON_H_
|
||||
|
||||
int8_t batmon_init();
|
||||
int8_t batmon_get_voltage(uint16_t* voltage);
|
||||
|
||||
|
||||
#endif /* BATMON_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue