update all source files to point to the new repository on GitHub
comment tweak
experimental high-side dc power control sketch
DimmerPlug improvements
update URL in comments
apply isp_repair changes here too
update optiboot headers to use 1s watchdog
add new isp_repair2 sketch
add modified optiboot with 1s fix
typo
modified optiboot: WATCHDOG500MS changed to WATCHDOG1S, as advised at http://code.google.com/p/optiboot/issues/detail?id=28#c9
doc tweak
tweak
several ISP programming improvements
fix fuse programming logic
fix http://forum.jeelabs.net/node/196
cleanup
add double blink
added support for OptiBoot and fast-power-up fuse settings
updated to OptiBoot and power down after use
added JeeRev drivers
added RF12SLEEP and RF12WAKEUP #define's
omit PRR save/restore for processors which don't support it
changed ID to LUXID to avoid name clash with certain AVR chips (thx Paul S)
add support to Sleepy::powerDown to keep some subsystems running
use new RF12WANTSACK and RF12ACKREPLY macros
fix bug in Port::shiftWrite so it works with > 8 bits
switch to new redmine-based repository
switch to RF12WANTSACK and RF12ACKREPLY macros
tweak, test of new server
add dcmotor_demo.pde
reduce power consumption of indoor.pde
remove unused header
new glcdSpectrum sketch with FFT code
forgot to check this in
new glcdTracer.pde demo
new glcdScope.pde demo
new glcdClock.pde demo
faster looping
new indoor.pde sketch
new glcd_demo.pde sketch
add ir_repeater.pde demo, fix InfraredPlug code
add IR packet decoder
add analog_demo.pde
updated opto_demo.pde sketch
avoid compile errors with older Arduino IDE releases
added HeadingBoard class and heading_demo
add ProximityPlug class and proximity_demo.pde
add InputParser class and parser_demo.pde
avoid compile error on ATmega168
comments tweaked
low-power mode now goes to 25 uA in schedule.pde demo (without LEDs)
better watchdog interrupt logic
add Scheduler::pollWaiting() for low-power scheduling
add Scheduler class and schedule.pde demo
fix start pulse decoding
added irrecvirq.pde sketch with pin-change interrupt support
added new InfraredPlug class and ir_demo.pde sketch
new opto_demo.pde sketch
tweaks
use macros
moved low-power code to a new "Sleepy" class
solved brown-out disable via software
shorter backlight blink
use ints i.s.o. chars as node id
add BlinkPlug::buttonCheck() and button_demo.pde
add powerdown_demo, fix ADC powerdown
add relay_demo sketch
fixed sign extension in GravityPlug class
better var name
rename
comments adjusted
final power optimization
power consumption tweaks, small code reorg
improved bmp085demo power saving on startup
use new sync mode sending in bmp085demo
add power saving to bmp085demo
extend InputPlug class to support plugs with an incorrect ATtiny45 fuse
added snapNikon.pde example
isprepair added, ispcapture and MemoryStream fixed
add new isp_repair.pde sketch
added comment about oversampling
new bmp085recv.pde example
add wireless broadcasting to the BMP085 demo sketch
support all 4 BMP085 resolutions
isp_capture improvements