Skip to content

Commit 5d22942

Browse files
committed
Fixed TinyPinChange.h include path in SoftRcPulseOut.h
1 parent b57eea8 commit 5d22942

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

libraries/DigisparkSoftRcPulseIn/SoftRcPulseIn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "WProgram.h"
2020
#endif
2121

22-
#include "../TinyPinChange/TinyPinChange.h"
22+
#include <TinyPinChange.h>
2323

2424
#include <inttypes.h>
2525

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#######################################
2+
# Syntax Coloring Map SoftRcPulseIn
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
SoftRcPulseIn KEYWORD1
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
LibVersion KEYWORD2
15+
LibRevision KEYWORD2
16+
LibTextVersionRevision KEYWORD2
17+
attach KEYWORD2
18+
attache KEYWORD2
19+
available KEYWORD2
20+
disponible KEYWORD2
21+
width_us KEYWORD2
22+
largeur_us KEYWORD2
23+
24+
#######################################
25+
# Constants (LITERAL1)
26+
#######################################

0 commit comments

Comments
 (0)