For coursework of group 3 in SOFT564Z

Dependencies:   Motordriver ros_lib_kinetic

Battery_Monitor.hpp

Committer:
Jonathan738
Date:
2019-11-28
Revision:
3:7da9888ac8dc
Parent:
2:b9a495b330fd
Child:
4:8afc50a3e4ac

File content as of revision 3:7da9888ac8dc:

#include "mbed.h"

#ifndef Define_ONCE_General
#define Define_ONCE_General

void battCheck(void);
void initBattCheck(void);

#endif