Skip to content

Commit b304f7b

Browse files
committed
Adding keyword highlighting for the Devlpr class.
1 parent 2c659a2 commit b304f7b

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

keywords.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Syntax Coloring Map For Libdevlpr
2+
3+
# Datatypes (KEYWORD1)
4+
Devlpr KEYWORD1
5+
6+
# Methods and Functions (KEYWORD2)
7+
tick KEYWORD2
8+
lastValue KEYWORD2
9+
lastValueCentered KEYWORD2
10+
windowAvg KEYWORD2
11+
windowPeakAmplitude KEYWORD2
12+
windowPeakToPeakAmplitude KEYWORD2
13+
scheduleFunction KEYWORD2
14+
setFlexCallback KEYWORD2
15+
16+
# Instances (KEYWORD2)
17+
18+
# Constants (LITERAL1)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Libdevlpr
2-
version=0.1.1
2+
version=0.1.2
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.

src/libdevlpr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef libdevlpr_h
22
#define libdevlpr_h
33

4-
#define LIBDEVLPR_VERSION "0.1.1"
4+
#define LIBDEVLPR_VERSION "0.1.2"
55

66
#include "Devlpr.h"
77

0 commit comments

Comments
 (0)