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
initDatabed/initDatabed.h
- Committer:
- perr1940
- Date:
- 2014-10-15
- Revision:
- 0:cbb61997e231
- Child:
- 2:b87aaf1bc803
File content as of revision 0:cbb61997e231:
#ifndef INIT_H
#define INIT_H
#include "mbed.h"
#include "MODSERIAL.h"
extern MODSERIAL xbeeUI; // left xbee
extern Serial pc;
extern SPISlave comm; // mosi, miso, sclk, ssel
// amplifier power on
extern DigitalOut mainPower; // power to board/motors etc
// various LEDs
extern DigitalOut statusLed;
extern DigitalOut boardLed1;
extern DigitalOut boardLed2;
extern DigitalOut boardLed3;
extern DigitalOut boardLed4;
#endif
extern void initializeDatabed();
