Skip to content

Commit

Permalink
Adds to #1:
Browse files Browse the repository at this point in the history
- Sysex Input/Output pins are optional
- I2C Delay is hidden
- Custom Config is hidden
- Sample Rate (now hidden) is set to 30, added helptext and fixed internally: Sample Rate is converted to the Sampling Interval.
- Added `Explanation An Overview` for the FirmataDevice node
- Added help.xml to set tags to the HowTos
  • Loading branch information
antongit committed Nov 18, 2024
1 parent f44b15a commit 247d6bf
Show file tree
Hide file tree
Showing 7 changed files with 2,522 additions and 1,482 deletions.
2,307 changes: 1,233 additions & 1,074 deletions VL.IO.Firmata.vl

Large diffs are not rendered by default.

811 changes: 811 additions & 0 deletions help/Explanation An Overview.vl

Large diffs are not rendered by default.

204 changes: 119 additions & 85 deletions help/HowTo Analog Read-Write.vl

Large diffs are not rendered by default.

232 changes: 120 additions & 112 deletions help/HowTo Digital Read-Write.vl

Large diffs are not rendered by default.

327 changes: 173 additions & 154 deletions help/HowTo I2C.vl

Large diffs are not rendered by default.

115 changes: 58 additions & 57 deletions help/HowTo Servo.vl

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions help/help.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Pack>
<VLDocument link="Explanation An Overview.vl" tags="arduino, lilypad, teensy, particle.io, atmel, arm, microchip, nordic" />
<VLDocument link="HowTo Analog Read-Write.vl" tags="arduino" />
<VLDocument link="HowTo Digital Read-Write.vl" tags="arduino" />
<VLDocument link="HowTo I2C.vl" tags="arduino" />
<VLDocument link="HowTo Servo.vl" tags="arduino" />
</Pack>

0 comments on commit 247d6bf

Please sign in to comment.