Statistics
| Revision:

root / Ports / CHANGES.txt

History | View | Annotate | Download (8.2 KB)

# Date Author Comment
6417 2010-12-14 20:54 jcw

switch to new redmine-based repository

6405 2010-12-13 19:45 jcw

switch to new redmine-based repository

6271 2010-11-29 12:02 jcw

add dcmotor_demo.pde

6249 2010-11-25 23:26 jcw

reduce power consumption of indoor.pde

6239 2010-11-22 22:42 jcw

new glcdSpectrum sketch with FFT code

6238 2010-11-22 20:04 jcw

forgot to check this in

6225 2010-11-20 16:52 jcw

new glcdTracer.pde demo

6219 2010-11-19 02:05 jcw

new glcdScope.pde demo

6218 2010-11-18 22:17 jcw

new glcdClock.pde demo

6209 2010-11-18 12:20 jcw
6206 2010-11-17 21:55 jcw

new indoor.pde sketch

6182 2010-11-14 16:23 jcw

new glcd_demo.pde sketch

6173 2010-11-11 17:24 jcw

add ir_repeater.pde demo, fix InfraredPlug code

6168 2010-11-09 12:02 jcw

add IR packet decoder

6162 2010-11-09 00:30 jcw

add analog_demo.pde

6110 2010-10-28 16:19 jcw

updated opto_demo.pde sketch

6102 2010-10-27 18:38 jcw

avoid compile errors with older Arduino IDE releases

6089 2010-10-25 00:12 jcw

added HeadingBoard class and heading_demo

6083 2010-10-23 23:59 jcw

add ProximityPlug class and proximity_demo.pde

6081 2010-10-23 19:11 jcw

add InputParser class and parser_demo.pde

6080 2010-10-22 20:05 jcw

avoid compile error on ATmega168

6065 2010-10-18 22:27 jcw

better watchdog interrupt logic

6064 2010-10-18 21:25 jcw

add Scheduler::pollWaiting() for low-power scheduling

6062 2010-10-17 22:16 jcw

add Scheduler class and schedule.pde demo

6061 2010-10-12 23:38 jcw

fix start pulse decoding

6060 2010-10-12 22:23 jcw

added irrecvirq.pde sketch with pin-change interrupt support

6059 2010-10-12 15:32 jcw

added new InfraredPlug class and ir_demo.pde sketch

6048 2010-09-26 13:57 jcw

new opto_demo.pde sketch

5980 2010-08-31 00:11 jcw

moved low-power code to a new "Sleepy" class

5969 2010-08-28 01:51 jcw

solved brown-out disable via software

5961 2010-08-23 15:50 jcw

add BlinkPlug::buttonCheck() and button_demo.pde

5909 2010-08-15 23:20 jcw

add powerdown_demo, fix ADC powerdown

5908 2010-08-15 21:15 jcw

add relay_demo sketch

5887 2010-08-09 11:26 jcw

fixed sign extension in GravityPlug class

5872 2010-07-02 20:11 jcw

rename

5851 2010-06-24 09:13 jcw

improved bmp085demo power saving on startup

5834 2010-06-20 01:33 jcw

use new sync mode sending in bmp085demo

5826 2010-06-17 00:40 jcw

add power saving to bmp085demo

5824 2010-06-16 17:29 jcw

extend InputPlug class to support plugs with an incorrect ATtiny45 fuse

5801 2010-06-10 16:09 jcw

added snapNikon.pde example

5761 2010-05-29 21:06 jcw

isprepair added, ispcapture and MemoryStream fixed

5759 2010-05-29 00:30 jcw

add new isp_repair.pde sketch

5729 2010-05-26 19:27 jcw

new bmp085recv.pde example

5725 2010-05-25 21:55 jcw

add wireless broadcasting to the BMP085 demo sketch

5698 2010-05-22 09:41 jcw

support all 4 BMP085 resolutions

5658 2010-05-18 00:25 jcw

isp_capture improvements

5651 2010-05-17 10:48 jcw

longer pulse times in isp_capture

5402 2010-04-30 19:24 jcw

fixed missing RF12.h includes

5396 2010-04-29 21:39 jcw

improved isp_capture

5370 2010-04-27 01:27 jcw

added isp_capture example

5345 2010-04-19 21:15 jcw

add Input Plug support & example

5339 2010-04-18 21:54 jcw

tweak

5332 2010-04-18 15:57 jcw

add ISP-flash demo sketch

5279 2010-04-07 02:16 jcw

comments/text tweaks

4888 2010-03-23 16:28 jcw

mode HeadingPlug code, not working yet

4887 2010-03-22 23:09 jcw

added HeadingPlug class and demo sketch

4884 2010-03-19 02:34 jcw

added Gravity Plug support + demo

4882 2010-03-18 23:54 jcw

added Lux Plug support + demo

4881 2010-03-18 21:51 jcw

added Dimmer Plug support + demo

4880 2010-03-18 13:36 jcw

added new SMDdemo sketch

4879 2010-03-13 18:07 jcw

Support hardware I2C pins via software-based PortI2C, using pseudo port "0"

4834 2010-02-22 11:36 jcw

expander example fixed to use MCP23008

4802 2010-02-12 00:31 jcw

fix comment

4770 2010-01-22 19:11 jcw

removed some duplicate code

4769 2010-01-22 18:59 jcw

added backlight() and noBacklight() to LiquidCrystalI2C

4752 2009-12-29 14:31 jcw

add mode/read/write for IRQ pin & add rx buffering to uart to reduce I2C overhead

4747 2009-12-18 12:53 jcw

added UartPlug class, updated uart_demo to use it

4745 2009-12-18 00:56 jcw

added delayFun arg to SHT11::measure

4730 2009-12-11 15:36 jcw

fixed MemoryPlug timing, added memory_demo

4729 2009-12-10 19:48 jcw

added BlinkPlug, MemoryPlug, MemoryStream, and blink_demo

4727 2009-12-08 21:39 jcw

copy of jeelabs repo from Google Code