No description
  • C 43.5%
  • Processing 39.3%
  • C++ 17.2%
Find a file
mlalondesvn b770038cb6 FIXED - typo
git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@142 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
2009-02-06 16:12:28 +00:00
branches Add author, license and copyright details. (Which weren't permitted in competition entry source.) 2008-02-16 10:43:34 +00:00
configs DS1624: 2007-10-19 08:35:46 +00:00
ds1337 DS1624: 2007-10-19 08:35:46 +00:00
ds1624 DS1624: 2007-10-19 08:35:46 +00:00
ds1803 DS1624: 2007-10-19 08:35:46 +00:00
HDQ MODIF - More commenting and headers 2008-02-09 06:48:47 +00:00
SPrint FIXED - typo 2009-02-06 16:12:28 +00:00
twiLCD DS1337: 2007-10-18 04:24:59 +00:00
global.h DS1337: 2007-10-18 17:35:15 +00:00
LICENSE.txt twiLCD: 2007-10-18 00:46:09 +00:00
README.txt SPrint: 2007-10-18 01:40:23 +00:00

CRAL: Cool Arduino Libraries Repository

CRAL is a repository of useful libraries for the Arduino. The goal is to allow developers to easily add different circuits and integrated circuits to their Arduino project by abstracting all the business logic behind a class.


Please contact dev@mlalonde.net to add new classes to the repository!

http://svn.mlalonde.net/cral/

The configs directory holds various configuration files for the drivers

Libraries
	DS1337: I2C Real time clock from Maxim IC
	DS1624: I2C Temperature sensor from Maxim IC
	DS1803: I2C Dual digital potentiometer from Maxim IC
	SPrint: Helps in printing strings stored in the program space to the serial port
	twiLCD: Driver for 4-bit HD44780 LCDs driven by a PCF8574 I2C I/O expander