Library of hardware declarations and utility functions for the ELEC350/1 Practicals and Coursework
Dependents: Task618-mbedos-F429ZI Task621-mbedos_FZ429ZI Task622-mbedos-FZ429ZI Task632-mbedos-FZ429 ... more
sample_hardware.hpp
- Committer:
- noutram
- Date:
- 2017-11-09
- Revision:
- 0:6f9f2e93a0be
- Child:
- 1:3250ba797c16
File content as of revision 0:6f9f2e93a0be:
#ifndef __sample_hardware__
#define __sample_hardware__
extern DigitalOut onBoardLED;
extern DigitalOut redLED;
extern DigitalOut yellowLED;
extern DigitalOut greenLED;
extern DigitalIn onBoardSwitch;
extern DigitalIn SW1;
extern DigitalIn SW2;
//extern Serial pc;
extern void post();
#endif