#include <tucbot/tucbot.h>
 
void testBattery(void);
int main(void);
 
void testBattery(void) {
 
 
 
    while (1) {
 
        }
    }
}
 
int main (void) {
 
 
    testBattery();
 
    return (0);
}
   
void int16tostr(void *out, int16_t number, uint8_t digits)
Converts an integer to a string and passes it to an output function.
 
void lcdxy(uint8_t x, uint8_t y)
Moves the cursor to a postion on the display.