Skip to content

Commit 62d769f

Browse files
committed
Update README
1 parent 48ef7af commit 62d769f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
Arduino program and library to communicate with Digimon toys, by BladeSabre ( [email protected] ). License: MIT.
44

5-
Currently supports A-Com and D-Com; the 3 classic prong styles with all calculation features; and Digimon Color without calculation. LED feedback and the voltage test are not yet supported.
5+
Currently supports:
6+
* A-Com and D-Com (portable)
7+
* P-Com (on RP2040)
8+
* The 3 classic prong styles with all calculation features
9+
* Digimon Color without calculation
10+
* LED feedback
11+
* Voltage test (t)
12+
* Version info (i)
613

714
Loosely based on `dmcomm-python`, but avoiding dynamic allocation (except in SerialFollower).
815

src/dmcomm_build_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// This file is intended to be overwritten by the build CI.
44
// Does not have its own include guards, should be checked by includer.
55

6-
#define DMCOMM_BUILD_INFO F("name = \"dmcomm-arduino-lib\"\r\nversion = \"v0.4.0\"")
6+
#define DMCOMM_BUILD_INFO F("name = \"dmcomm-arduino-lib\"\r\nversion = \"v0.4.1\"")

0 commit comments

Comments
 (0)