Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jolting/libraries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libraries

libraries directory tree, intended to be placed in sketchbook/libraries (or similar), for xmega-specific libs.

The files in this directory tree are likely to be derived from the Arduino IDE headers and implementation for standard Arduino libraries. To avoid collision, and avoid problems with software upgrades, you should copy these to your private 'sketchbook' libraries directory. Assuming your sketchbook is '/sketchbook', the contents of this directory would be copied to '/sketchbook/libraries/'.

the following libraries are included:

XSPI - SPI library, modified for XMega. Use '#include <XSPI.h>'
XSD - SD Card library, modified for XMega. Use '#include <XSD.h>'
XWire - 'Wire' library, modified for XMega. Use '#include <XWire.h>'
I2CDev - A modified version of the 'I2CDev' library that works with XWire
QDec - Quadrature decoding library. Modified from the AVR1600 code.


Most (if not all) of the libraries are derived from the originals shipped with Arduino 1.06 and are licensed using [L]GPL v2 or v3. The same licenses apply here, and of course (like the originals) they are available to you free of charge in accordance with the original license terms.


The I2CDev library is licensed with an M.I.T. license, and was essentially 'cloned' from the following github location:

  https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/I2Cdev

About

libraries directory tree, intended to be placed in sketchbook/libraries (or similar), for xmega-specific versions of Arduino libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 71.6%
  • C 28.4%