https://github.com/ff6347/digitalio
Sketches for teaching arduino digital input output @FH-Potsdam
https://github.com/ff6347/digitalio
Last synced: 12 months ago
JSON representation
Sketches for teaching arduino digital input output @FH-Potsdam
- Host: GitHub
- URL: https://github.com/ff6347/digitalio
- Owner: ff6347
- License: unlicense
- Created: 2013-12-27T11:40:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T14:57:03.000Z (over 2 years ago)
- Last Synced: 2025-03-24T23:51:35.738Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 33.8 MB
- Stars: 7
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
digitalio
=========
These sketches are part of the course ["Input Output (Eingabe Ausgabe)Fundamentals of process-oriented design."](https://interface.fh-potsdam.de/eingabe-ausgabe/)
Most of the examples are build for the Arduino Uno and the Raspberry Pi. Use at your own risk.
###blink

Simple blink sketches
###blink_with_serial

Blink and write info to serial
###tiltswitch





How to use a tiltswitch
###pushbutton





How to use a pushbutton
###button_pull_up




How to use internal pull ups and buttons
###transistor






How to use a transistor
###infrared

How to use infrared
###optocoupler

How to use an optocoupler
###relay






How to control a relay
###capacitive_touch_paperclip


How to create a capcitve touch button (arduino only)
###L293D_motor_driver




How to control motors with a H-Bridge
###IC_74HC595_Graph



Shiftregister an bar graph
###IC_4017B_Graph



Decade counter and bar graph
###IC_4017B_Graph_PushDetect



Decade counter and bar graph with button
###SevenSegmentDisplay

Controling a seven segment display
##License
All datasheets in this repository are property of their respectfull owner everything else 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