ss

Dependencies:   MotionSensor mbed

Fork of Assignment2_ver2 by weeb grammers

Hardware.h

Committer:
oopakhooo
Date:
2016-10-26
Revision:
3:641eefd1110b
Parent:
2:e2ae43e8acab
Child:
7:6dc42e1a2a81

File content as of revision 3:641eefd1110b:

#include <string>
using namespace std;
#include "mbed.h"

#ifndef HARDWARE_H
#define HARDWARE_H

int get_();

extern DigitalOut output_pin_A;
extern DigitalOut output_pin_V;
#endif