Statistics
| Revision:

root / Ports / Ports.h

History | View | Annotate | Download (13.2 KB)

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

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

7705 2011-06-05 00:52 jcw

DimmerPlug improvements

7213 2011-02-28 19:47 jcw

changed ID to LUXID to avoid name clash with certain AVR chips (thx Paul S)

6816 2011-01-25 12:56 jcw

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

6482 2010-12-21 09:41 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

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

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

5993 2010-09-03 22:18 jcw

tweaks

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

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

5302 2010-04-12 07:52 jcw

minor 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

4883 2010-03-18 23:58 jcw

typo

4882 2010-03-18 23:54 jcw

added Lux Plug support + demo

4881 2010-03-18 21:51 jcw

added Dimmer Plug support + demo

4879 2010-03-13 18:07 jcw

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

4755 2010-01-10 22:18 jcw

added avr/ and JeeLib areas

4752 2009-12-29 14:31 jcw

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

4748 2009-12-18 14:53 jcw

tweak

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