Statistics
| Revision:

root / Ports / Ports.cpp

History | View | Annotate | Download (26.1 KB)

# Date Author Comment
7763 2011-12-11 02:28 jcw

update all source files to point to the new repository on GitHub

7726 2011-06-14 12:18 jcw

comment tweak

7705 2011-06-05 00:52 jcw

DimmerPlug improvements

7377 2011-03-21 16:08 jcw

omit PRR save/restore for processors which don't support it

6816 2011-01-25 12:56 jcw

add support to Sleepy::powerDown to keep some subsystems running

6481 2010-12-21 09:40 jcw

fix bug in Port::shiftWrite so it works with > 8 bits

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

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

6072 2010-10-18 23:57 jcw

comments tweaked

6067 2010-10-18 23:38 jcw

low-power mode now goes to 25 uA in schedule.pde demo (without LEDs)

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

5984 2010-09-02 00:48 jcw

use macros

5980 2010-08-31 00:11 jcw

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

5961 2010-08-23 15:50 jcw

add BlinkPlug::buttonCheck() and button_demo.pde

5887 2010-08-09 11:26 jcw

fixed sign extension in GravityPlug class

5824 2010-06-16 17:29 jcw

extend InputPlug class to support plugs with an incorrect ATtiny45 fuse

5761 2010-05-29 21:06 jcw

isprepair added, ispcapture and MemoryStream fixed

5346 2010-04-19 21:25 jcw

add Input Plug support & example

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

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

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