{"id":21602628,"url":"https://github.com/ff6347/digitalio","last_synced_at":"2025-06-13T06:08:58.768Z","repository":{"id":12798851,"uuid":"15472681","full_name":"ff6347/digitalio","owner":"ff6347","description":"Sketches for teaching arduino digital input output @FH-Potsdam","archived":false,"fork":false,"pushed_at":"2024-03-02T14:57:03.000Z","size":35451,"stargazers_count":7,"open_issues_count":3,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T23:51:35.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ff6347.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-27T11:40:17.000Z","updated_at":"2023-08-18T12:54:45.000Z","dependencies_parsed_at":"2024-11-24T19:13:59.765Z","dependency_job_id":"7a51f3c0-5a37-423e-a9bd-e8174a390793","html_url":"https://github.com/ff6347/digitalio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fdigitalio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fdigitalio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fdigitalio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fdigitalio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ff6347","download_url":"https://codeload.github.com/ff6347/digitalio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248329842,"owners_count":21085613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T19:13:56.076Z","updated_at":"2025-04-11T02:33:36.693Z","avatar_url":"https://github.com/ff6347.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"digitalio\n=========\n\nThese sketches are part of the course [\"Input Output (Eingabe Ausgabe)Fundamentals of process-oriented design.\"](https://interface.fh-potsdam.de/eingabe-ausgabe/)  \n\nMost of the examples are build for the Arduino Uno and the Raspberry Pi. Use at your own risk.\n\n###blink\n![](blink/images/blink.png)\n\n\nSimple blink sketches  \n\n###blink_with_serial\n![](blink_with_serial/images/fritzing-layout.png)\n\nBlink and write info to serial  \n\n###tiltswitch\n![](tiltswitch/images/circuit-layout.png)\n![](tiltswitch/images/fritzing-layout.png)\n![](tiltswitch/images/pi-tiltswitch_bb.png)\n![](tiltswitch/images/pi-tiltswitch_schem.png)\n![](tiltswitch/images/tiltswitch.png)\nHow to use a tiltswitch  \n\n###pushbutton\n\n![](pushbutton/images/circuit-layout.png)\n![](pushbutton/images/fritzing-layout.png)\n![](pushbutton/images/pi-pushbutton_bb.png)\n![](pushbutton/images/pi-pushbutton_schem.png)\n![](pushbutton/images/pushbutton.png)\n\nHow to use a pushbutton  \n\n###button_pull_up  \n\n![](button_pull_up/images/button_pull_up_bb.png)\n![](button_pull_up/images/button_pull_up_schem.png)\n![](button_pull_up/images/pi-button_pull_up_bb.png)\n![](button_pull_up/images/pi-button_pull_up_schem.png)\n\nHow to use internal pull ups and buttons\n\n###transistor\n![](transistor/images/bc237-npn-transistor.png)\n![](transistor/images/fritzing-layout.png)\n![](transistor/images/pi-transistor_bb.png)\n![](transistor/images/pi-transistor_schem.png)\n![](transistor/images/transistor_bb.png)\n![](transistor/images/transistor_schem.png)\nHow to use a transistor  \n\n###infrared\n![](infrared/images/fritzing-layout.png)\n\nHow to use infrared  \n\n###optocoupler\n![](optocoupler/images/fritzing-layout.png)\n\nHow to use an optocoupler\n\n###relay\n![](relay/images/fritzing-layout.png)\n![](relay/images/pi-relay-and-transistor_bb.png)\n![](relay/images/pi-relay-and-transistor_schem.png)\n![](relay/images/pi-relay_bb.png)\n![](relay/images/pi-relay_schem.png)\n![](relay/images/Relais FRS1 5V 1A-bottom view.png)\nHow to control a relay  \n\n###capacitive_touch_paperclip\n![](capacitive_touch_paperclip/images/capacitive_touch_paperclip_bb.png)\n![](capacitive_touch_paperclip/images/capacitive_touch_paperclip_schem.png)\nHow to create a capcitve touch button (arduino only)\n\n###L293D_motor_driver\n\n\n![](L293D_motor_driver/images/circuit-layout.png)\n![](L293D_motor_driver/images/fritzing-layout.png)\n![](L293D_motor_driver/images/l293d_bb.png)\n![](L293D_motor_driver/images/pi-l293d_bb.png)\nHow to control motors with a H-Bridge  \n\n###IC_74HC595_Graph\n![](IC_74HC595_Graph/74hc595-chart/graph.png)\n![](IC_74HC595_Graph/images/fritzing-layout.png)\n![](IC_74HC595_Graph/images/IC_74HC595_Graph_layout.png)\nShiftregister an bar graph  \n\n###IC_4017B_Graph\n![](IC_4017B_Graph/images/4017-functional-diagram.png)\n![](IC_4017B_Graph/images/4017-pinlayout.png)\n![](IC_4017B_Graph/images/fritzing-layout.png)\nDecade counter and bar graph\n\n###IC_4017B_Graph_PushDetect\n![](IC_4017B_Graph_PushDetect/images/4017-functional-diagram.png)\n![](IC_4017B_Graph_PushDetect/images/4017-pinlayout.png)\n![](IC_4017B_Graph_PushDetect/images/fritzing-layout.png)\nDecade counter and bar graph with button  \n\n###SevenSegmentDisplay\n![](SevenSegmentDisplay/images/fritzing-layout.png)\n\nControling a seven segment display  \n\n##License  \n\nAll datasheets in this repository are property of their respectfull owner everything else if not further noted:  \n\nThis is free and unencumbered software released into the public domain.  \n\nAnyone 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.  \n\nIn 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.  \n\nTHE 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.  \n\nFor more information, please refer to \u003chttp://unlicense.org\u003e  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fff6347%2Fdigitalio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fff6347%2Fdigitalio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fff6347%2Fdigitalio/lists"}