Skip to content

Commit 5a53695

Browse files
author
Steve
committed
fix lib props
1 parent 21fdb96 commit 5a53695

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Debugger.zip

1.49 KB
Binary file not shown.

examples/DebugTest/DebugTest.ino

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#include <debugger.h>
2-
3-
1+
#include <Debugger.h>
42

53

64
void setup() {

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Debugger
2-
version=0.0.1
2+
version=1.0.0
33
author=Stephen Payne
44
maintainer=Stephen Payne <[email protected]>
55
sentence=A terminal debugger with break points and data watches.
66
paragraph=This Debugger is for use with the Serial Monitor provided with the Arduion IDE. You can display data watches and activate break points at will from the Serial Monitor. Breakpoints and data watches have to be compiled in. Data watches can be displayed at will. Uses timer1.
77
category=Uncategorized
88
url=http://www.jspayne.com/debugger/index.htm
99
architectures=avr
10-
includes=debugger.h
10+
includes=Debugger.h

0 commit comments

Comments
 (0)