-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
7 changed files
with
2,522 additions
and
1,482 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |