This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2024-12-02 13:24:12 +01:00
Code
Issues
Releases
Activity
ac79978ff5
Arduino
/
targets
/
arduino
/
WProgram.h
7 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs.
2005-09-25 16:11:32 +02:00
#
include
<avr/io.h>
#
include
"wiring.h"
Adding preliminary Sprite library.
2006-02-23 13:01:57 +01:00
#
include
<avr/interrupt.h>
Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs.
2005-09-25 16:11:32 +02:00
#
include
<avr/signal.h>
Reference in New Issue
Copy Permalink