porklib: Simple library for programming Arduino in C
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.
 
 
Ondřej Hruška 49c95d1b6d Added DHT and improved OneWire 9 years ago
examples refactoring and cleaning 9 years ago
lib Added DHT and improved OneWire 9 years ago
lib_tests source import 9 years ago
.gitignore improved a makefile 9 years ago
Example_Makefile.txt added example makefile 9 years ago
LICENSE Initial commit 9 years ago
README.md split onewire.h into h and c, modified readme 9 years ago

README.md

"porklib", MightyPork's Arduino Library

This library aims to make development for AVR in C easy and fun.

Modules of the library provide facilities for pin numbering and aliasing, bitwise operations and accessing internal and external peripherals of the AVR.

It takes some inspiration from Arduino, but is written in pure C, which makes it faster and smaller.

Pull requests to add new modules are welcome, please go ahead!

License

The library is provided under MIT license, see the LICENSE file for more info.