Skip to content

Commit bde75c3

Browse files
committed
- split readme to releasenote
- v2.1.0 planned
1 parent 2ab643f commit bde75c3

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,3 @@ Currently works with Unix system, compatible with Arduino framework (setup/loop)
4141
# Question & Bug fix?
4242
Please email author [email protected]
4343
Or file issue via github
44-
45-
# Release Note
46-
* DONE v1.0.0 - all-C projects
47-
+ I2C console via serial port: make I2C debugging easier
48-
+ GPS NMEA data parser with LCD: track walked distance & position compared to initial one
49-
+ Simple calculator via serial port, supports +-*/() and non negative numbers
50-
* TODO v2.0.0 - matured C support & new mk files structure
51-
+ Software Serial C support upto baud 9600 for RX, 115200 for TX
52-
+ Support Arduino IDE framework (Arduino Makefile) - done
53-
+ skeleton.mk is one-stop .mk for all projects, include it at the end of project's makefile - done
54-
+ create libutils.a - done
55-

ReleaseNote.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release Note
2+
* DONE v1.0.0 - all-C projects
3+
** I2C console via serial port: make I2C debugging easier
4+
** GPS NMEA data parser with LCD: track walked distance & position compared to initial one
5+
** Simple calculator via serial port, supports +-*/() and non negative numbers
6+
7+
* TODO v2.0.0 - matured C support & new mk files structure
8+
** INPROGRESS Software Serial C support upto baud 9600 for RX, 115200 for TX
9+
** DONE Support Arduino IDE framework (Arduino Makefile)
10+
** DONE skeleton.mk is one-stop .mk for all projects, include it at the end of project's makefile
11+
** DONE create libutils.a
12+
13+
* WAIT v2.1.0 - Google test support & C sensor library support
14+
** add common/makefiles/gtest.mk
15+
** motion sensor test code
16+
** hand clap sound detector
17+
** full range adc & pin change interrupt C support

0 commit comments

Comments
 (0)