You've already forked Ada_Drivers_Library
mirror of
https://github.com/AdaCore/Ada_Drivers_Library.git
synced 2026-02-12 12:26:55 -08:00
* new component: the old pcf8574 8bit io-expander. * correct interface to current HAL (v0.3) * make address and I2C_Port discriminants, so that variables cannot be declared without initialization * cleared style issues (missing blanks) and made the type limited * first working version of a HD44780 LCD driver, based on I2C PCF8574 * use controlling parameter directly in in out mode, not the pointer to class wide * make the call to Output dispatching * corrected GNAT style issues * add support for user defined custom characters * use standard Adacore copyright notice * remove unneeded with clause