You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
follower aac1dc7f2a
Change PIN_RESET to match pin on Netduino sheild prototype. NOTE: This is an INCOMPATIBLE change with existing connections. Add SPI_EN pin usage to allow future use of other items on the SPI bus. NOTE: This is *also* INCOMPATIBLE with existing connections. Add sketch upload functionality comment.
17 years ago
SPrint DS1337: 17 years ago
branches Change PIN_RESET to match pin on Netduino sheild prototype. NOTE: This is an INCOMPATIBLE change with existing connections. Add SPI_EN pin usage to allow future use of other items on the SPI bus. NOTE: This is *also* INCOMPATIBLE with existing connections. Add sketch upload functionality comment. 17 years ago
configs DS1624: 17 years ago
ds1337 DS1624: 17 years ago
ds1624 DS1624: 17 years ago
ds1803 DS1624: 17 years ago
twiLCD DS1337: 17 years ago
LICENSE.txt twiLCD: 17 years ago
README.txt SPrint: 17 years ago
global.h DS1337: 17 years ago

README.txt

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