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

Revision:
3:d0f535da303e
Parent:
2:7e1ff33bc76a
Child:
4:40396527a068
--- a/wiring_private.h	Sat Jun 04 20:01:33 2011 +0000
+++ b/wiring_private.h	Sat Jun 04 20:03:00 2011 +0000
@@ -25,9 +25,6 @@
 #ifndef WiringPrivate_h
 #define WiringPrivate_h
 
-#include <avr/io.h>
-#include <avr/interrupt.h>
-#include <avr/delay.h>
 #include <stdio.h>
 #include <stdarg.h>