https://github.com/ff6347/analogio
Sketches for teaching arduino analog input output @FH-Potsdam
https://github.com/ff6347/analogio
Last synced: about 1 year ago
JSON representation
Sketches for teaching arduino analog input output @FH-Potsdam
- Host: GitHub
- URL: https://github.com/ff6347/analogio
- Owner: ff6347
- License: other
- Created: 2013-12-27T11:38:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T14:44:15.000Z (over 2 years ago)
- Last Synced: 2025-03-24T23:51:34.974Z (about 1 year ago)
- Language: Arduino
- Homepage:
- Size: 10.9 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
analogio
========
These sketches are part of the course ["Input Output (Eingabe Ausgabe)Fundamentals of process-oriented design."](https://interface.fh-potsdam.de/eingabe-ausgabe/)
In the repository for the digital input output [github.com/fabiantheblind/digitalio](https://github.com/fabiantheblind/digitalio) we have example for the Raspberry Pi and for Arduino. Unfortunately the analog io capabilities of the Pi are limited. We can have soft and hard PWM but thats it. We have no ADC (analog to digital converter). So having an analog input is not possible. You can have an Arduino talking to your pi via serial. For some examples how to do this take a look into [github.com/fabiantheblind/c2c](https://github.com/fabiantheblind/c2c).
##License
If not further noted
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to