You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,14 @@
2
2
3
3
Arduino program and library to communicate with Digimon toys, by BladeSabre ( [email protected] ). License: MIT.
4
4
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)
6
13
7
14
Loosely based on `dmcomm-python`, but avoiding dynamic allocation (except in SerialFollower).
0 commit comments