Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ExoController MODSERIAL SDFileSystem_HelloWorld UI-Honka mbed
Fork of Data Management by
Diff: initDatabed/initDatabed.h
- Revision:
- 8:f8fd59fe3e11
- Parent:
- 3:ef7e0cbade6d
--- a/initDatabed/initDatabed.h Fri Dec 12 23:14:40 2014 +0000 +++ b/initDatabed/initDatabed.h Sat Feb 14 00:38:04 2015 +0000 @@ -1,9 +1,10 @@ -#ifndef INIT_H -#define INIT_H +#ifndef INITDATABED_H +#define INITDATABED_H #include "mbed.h" #include "MODSERIAL.h" #include "BluetoothComm.h" +#include "SDFile.h" extern MODSERIAL xbeeUI; // left xbee @@ -24,9 +25,16 @@ extern DigitalIn rightFault; extern BluetoothComm phone; + extern CAN BMS; extern CANMessage msg; +extern SDFileSystem sd; +extern SDFile err; +extern SDFile readData; +extern SDFile param; +extern SDFile testFile; +extern Ticker interrupt; #endif
