CRAL: An Arduino & Freeduino Library Repository

CRAL is a repository of open source *duino libraries for external devices and circuits. It is meant so that tinkerers can focus on building the business logic of their project instead of stitching everything together.

Note: "*duino" is used on this site in a none discriminating way to indicate that the libraries work on either original Arduino's or clones.

Doxygene Documentation

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
    This can be used with LCDProc's "lcdserializer" driver and implemented in less than 20 lines of code!

Wiki Pages