File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Libdevlpr
2+
3+ This is the primary library that makes using the FANTM DEVLPR shield in Arduino easy.
4+ It provides functions for reading sensor data off the board, and for scheduling or attaching callbacks.
Original file line number Diff line number Diff line change 11name =Libdevlpr
2- version =0.1.3
2+ version =0.1.4
33author =Finn Kuusisto <finn@getfantm.com>, Ezra Boley <ezra@getfantm.com>
44maintainer =Finn Kuusisto <finn@getfantm.com>
55sentence =A library that makes using the FANTM DEVLPR shield easier.
66paragraph =Provides functions for reading sensor data and attaching callbacks.
77category =Sensors
88url =http://www.getfantm.com/
99architectures =avr
10- includes =libdevlpr .h
10+ includes =Libdevlpr .h
Original file line number Diff line number Diff line change 1- #ifndef libdevlpr_h
2- #define libdevlpr_h
1+ #ifndef Libdevlpr_h
2+ #define Libdevlpr_h
33
4- #define LIBDEVLPR_VERSION "0.1.3 "
4+ #define LIBDEVLPR_VERSION "0.1.4 "
55
66#include "Devlpr.h"
77
You can’t perform that action at this time.
0 commit comments