History | View | Annotate | Download (8.2 KB)
switch to new redmine-based repository
add dcmotor_demo.pde
reduce power consumption of indoor.pde
new glcdSpectrum sketch with FFT code
forgot to check this in
new glcdTracer.pde demo
new glcdScope.pde demo
new glcdClock.pde demo
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
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
moved low-power code to a new "Sleepy" class
solved brown-out disable via software
add BlinkPlug::buttonCheck() and button_demo.pde
add powerdown_demo, fix ADC powerdown
add relay_demo sketch
fixed sign extension in GravityPlug class
rename
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
new bmp085recv.pde example
add wireless broadcasting to the BMP085 demo sketch
support all 4 BMP085 resolutions
isp_capture improvements
longer pulse times in isp_capture
fixed missing RF12.h includes
improved isp_capture
added isp_capture example
add Input Plug support & example
tweak
add ISP-flash demo sketch
comments/text tweaks
mode HeadingPlug code, not working yet
added HeadingPlug class and demo sketch
added Gravity Plug support + demo
added Lux Plug support + demo
added Dimmer Plug support + demo
added new SMDdemo sketch
Support hardware I2C pins via software-based PortI2C, using pseudo port "0"
expander example fixed to use MCP23008
fix comment
removed some duplicate code
added backlight() and noBacklight() to LiquidCrystalI2C
add mode/read/write for IRQ pin & add rx buffering to uart to reduce I2C overhead
added UartPlug class, updated uart_demo to use it
added delayFun arg to SHT11::measure
fixed MemoryPlug timing, added memory_demo
added BlinkPlug, MemoryPlug, MemoryStream, and blink_demo
copy of jeelabs repo from Google Code