This will become a hardware abstraction layer for my mbed projects. It will make it easier to port sketches from Arduino to mbed

Dependents:   Potentiometer

Arduino.h

Committer:
rbohne
Date:
2011-06-04
Revision:
4:40396527a068
Parent:
2:7e1ff33bc76a

File content as of revision 4:40396527a068:

#ifndef Arduino_h
#define Arduino_h

#include "mbed.h"

#include "wiring.h"

#endif