Skip to content

Commit 5178a44

Browse files
committed
Update README
1 parent 264d034 commit 5178a44

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

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

5-
Currently supports:
5+
To install, check your board type below, and **pick one** from A-Com Flasher / Alpha Upload / "Install from Source".
6+
7+
## Currently supports
8+
69
* A-Com and D-Com (portable)
710
* P-Com (on RP2040)
811
* The 3 classic prong styles with all calculation features
@@ -11,8 +14,6 @@ Currently supports:
1114
* Voltage test (t)
1215
* Version info (i)
1316

14-
Loosely based on `dmcomm-python`, but avoiding dynamic allocation (except in SerialFollower).
15-
1617
## Board Types
1718

1819
* Almost any premade A-Com will be a Nano. Some have the "old bootloader" which requires a different flashing option.
@@ -59,3 +60,5 @@ Loosely based on `dmcomm-python`, but avoiding dynamic allocation (except in Ser
5960
## Other DMComm versions
6061
* For the original version which is not a library, see https://github.com/dmcomm/dmcomm-project
6162
* For the CircuitPython version for RP2040, see https://github.com/dmcomm/dmcomm-python
63+
64+
This software is loosely based on `dmcomm-python`, but avoiding dynamic allocation (except in SerialFollower).

0 commit comments

Comments
 (0)