Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 578 Bytes

bitbloqLibs

Arduino libraries being used by bitbloq

Use it with the Arduino IDE

In order to use these libraries with the Arduino IDE, clone this repo inside your sketchbook/libraries/ folder. Then, you are ready to go!

How to contribute

  • Clone project
    git clone http://github.com/bitbloq/bitbloqLibs.git
    
  • Add your library and the examples you deem necessary
  • Make a pull request to this repository with your changes. How to create a pull request.