Package: Rduino 0.2
Rduino: A Microcontroller Interface
Functions for connecting to and interfacing with an 'Arduino' or similar device. Functionality includes uploading of sketches, setting and reading digital and analog pins, and rudimentary servo control. This project is not affiliated with the 'Arduino' company, <https://www.arduino.cc/>.
Authors:
Rduino_0.2.tar.gz
Rduino_0.2.zip(r-4.7)Rduino_0.2.zip(r-4.6)Rduino_0.2.zip(r-4.5)
Rduino_0.2.tgz(r-4.6-any)Rduino_0.2.tgz(r-4.5-any)
Rduino_0.2.tar.gz(r-4.7-any)Rduino_0.2.tar.gz(r-4.6-any)
Rduino_0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
Rduino/json (API)
| # Install 'Rduino' in R: |
| install.packages('Rduino', repos = c('https://pdhoff.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pdhoff/rduino/issues
- BoardControlIno - BoardControlIno
Last updated from:0814c8d344. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 84 | ||
| source / vignettes | OK | 142 | ||
| linux-release-x86_64 | WARNING | 96 | ||
| macos-release-arm64 | WARNING | 65 | ||
| macos-oldrel-arm64 | WARNING | 80 | ||
| windows-devel | WARNING | 77 | ||
| windows-release | WARNING | 62 | ||
| windows-oldrel | WARNING | 61 | ||
| wasm-release | OK | 86 |
Exports:getApingetDpinoffServooffSignalonServoonSignalrduinoCloserduinoConnectrduinoSamplesetApinsetDpin
Dependencies:serial
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| BoardControlIno | BoardControlIno |
| Get analog pin | getApin |
| Get digital pin | getDpin |
| Off servo | offServo |
| Off Signal | offSignal |
| Set servo | onServo |
| On Signal Generate a square wave, from 1Hz to 31.25kHz, with resolution of 16us | onSignal |
| Rduino disconnect | rduinoClose |
| Rduino connect | rduinoConnect |
| Rduino Sample | rduinoSample |
| Set analog pin | setApin |
| Set digital pin | setDpin |
