h

Dependencies:   mbed

Fork of HelloWorld by judo ~

Hardware.h

Committer:
oopakhooo
Date:
2016-10-26
Revision:
3:641eefd1110b
Parent:
2:e2ae43e8acab
Child:
5:afabac4fce1b

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