John Robinson
8f36ef9e96
remove extraneous includes from WProgram.h
since 'Serial' is faked as USB Serial, only usb_serial.h is needed here
to "trick" dependent libraries. including the other usb headers there
just adds bloat to an already overbloated header (ala typical
Arduino-style includes)
vor 4 Jahren
John Robinson
20c3d93b92
move source under core/ directory
- adds a "namespace" for each header
- makes clear where a header is expected to come from
- better facilitates explicit includes
vor 4 Jahren
John Robinson
9a30e35926
restructure files into include, src, scripts dirs
vor 4 Jahren
PaulStoffregen
eb3d0484b1
Add tone function
vor 6 Jahren
PaulStoffregen
abe5ca8072
Include <Arduino.h> first, for precompile header rebuild all speedup
vor 7 Jahren
PaulStoffregen
bb72c33d14
tone() minimum frequency is 1 Hz
vor 7 Jahren
PaulStoffregen
7099935c0e
Update open source license info
vor 8 Jahren
PaulStoffregen
c4289ff4c5
Improve tone(), always complete current cycle before change to new frequency
vor 9 Jahren
PaulStoffregen
9b8d74c089
Initial support for Teensy-LC
vor 10 Jahren
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
vor 11 Jahren