bengtmartensson / AGirs

A Girs infrared server for the Arduino
http://www.harctoolbox.org/Girs.html
GNU General Public License v2.0
55 stars 13 forks source link

Code reorganization #10

Closed bengtmartensson closed 8 years ago

bengtmartensson commented 9 years ago

Split current GirsLib into GirsIrLib (which basically is "compatible" with IRLib and IrRemote), and GirsMiscLib (rest of the stuff like LED and LCD support, tokenizer,...).

bengtmartensson commented 9 years ago

Also support for LCD without I2C can be thrown out. There are substantial code simplifications to be won by this.

bengtmartensson commented 8 years ago

Reorganization has been implemented. The low-level IR stuff has been moved to the new repository https://github.com/bengtmartensson/Infrared4Arduino