mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 13:13:45 +01:00
update README
This commit is contained in:
parent
995a17789f
commit
3156f03add
19
README.md
19
README.md
@ -27,4 +27,23 @@ character set, along with these messages:
|
||||
|
||||
Any unrecognized word or symbol outside the 32-129 range is ignored.
|
||||
|
||||
The Decatron tubes respond to 0-9 and "off", same as the others, along with
|
||||
the following actions:
|
||||
|
||||
* "inc" will increment the tube's current number value.
|
||||
If the value overflows from 9 back to 0, the tube will generate a "carry"
|
||||
message.
|
||||
* "dec" will decrement the current value.
|
||||
If the value wraps from 0 back to 9, the tube will send out a "borrow"
|
||||
message.
|
||||
* "get" will query the current state of the tube, responding with a single
|
||||
digit 0-9 or the word "off".
|
||||
|
||||
Tubes emit a small amount of light when displaying something.
|
||||
|
||||
Nixies can only be mounted on the floor, while Decatrons can be mounted on a
|
||||
wall (or a ceiling if so desired).
|
||||
|
||||
A Decatron has a small grey spot on its internal insulator to mark the "0"
|
||||
position.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user