Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.
/ PropellerLibs Public archive
forked from ne75/PropellerLibs

Libraries for Propeller Microcontroller

Notifications You must be signed in to change notification settings

CUAir/PropellerLibs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PropellerLibs

Libraries for Propeller Microcontroller

Run make from the top level and it will compile all libraries and copy the libraries and headers into lib and include, respectively

Current Libraries:

  • hd44780: Driver for hd44780-style serial-parallel character LCD displays
  • i2c: A generic I2C driver
  • m24512: Generic I2C-based EEPROM driver, specificly for M24512, but should conform to any standard EEPROM. Requires i2c
  • mcp2515: Driver for MCP2515 SPI-CAN interface. Currently bit-bangs the SPI, should be ported to use an SPI driver created by this library
  • ssd1306: Driver for ssd1306 OLED drivers. Requires i2c

About

Libraries for Propeller Microcontroller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.4%
  • Processing 16.7%
  • C 10.9%
  • Makefile 10.0%