Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixing register name in micros() for ATmega8.
|
|
|
|
|
|
ATmega328.
|
|
|
|
less changes are needed to support other processors.
|
|
|
|
bitSet(), bitClear(), bit().
|
|
- changing random(max) to use stdlib.h random()
- not generating .eep files to avoid warning when EEMEM isn't used
- removing cast macros (since they are automatically defined in C++)
- writing a digital LOW for PWM value of 0 on pins 5 or 6
|
|
Removing Print class inheritance from Firmata since it's not clear that it can be implemented in a way that's compatible with the Firmata protocol and the Print class interface.
|
|
|
|
|
|
|
|
|
|
|
|
ed together version).
|
|
so that the millis count is updated in the interrupt, and so we don't need to do a conversion inside millis(). Updated to do list.
|
|
|
|
sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list.
|
|
|
|
|
|
(1 second).
|
|
<WProgram.h> and appends main() among other things).
|
|
<Sprite.h> to hello_matrix example.
|
|
and readme and Makefile.
|
|
on the ATmega 168).
|
|
instead of (int) x), adding interrupts() and noInterrupts(), etc.
|
|
|