diff options
Diffstat (limited to 'vex/vexspi.h')
-rw-r--r-- | vex/vexspi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vex/vexspi.h b/vex/vexspi.h index aa7eeb9..c4fc6b1 100644 --- a/vex/vexspi.h +++ b/vex/vexspi.h @@ -166,6 +166,8 @@ namespace spi { int getBatteryMain(void);
int getBatteryBackup(void);
+
+ int getState(void);
}
#endif // __VEXSPI__
|