Skip to content

Commit 52d9256

Browse files
committed
Updating/adding stuff for strict compliance with arduino-lint.
1 parent 70bec96 commit 52d9256

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Libdevlpr
2-
version=0.1.3
2+
version=0.1.4
33
author=Finn Kuusisto <finn@getfantm.com>, Ezra Boley <ezra@getfantm.com>
44
maintainer=Finn Kuusisto <finn@getfantm.com>
55
sentence=A library that makes using the FANTM DEVLPR shield easier.
66
paragraph=Provides functions for reading sensor data and attaching callbacks.
77
category=Sensors
88
url=http://www.getfantm.com/
99
architectures=avr
10-
includes=libdevlpr.h
10+
includes=Libdevlpr.h

src/libdevlpr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)