{"id":27878501,"url":"https://github.com/spotrh/rpihacks","last_synced_at":"2025-05-05T03:12:24.814Z","repository":{"id":5877728,"uuid":"7095293","full_name":"spotrh/rpihacks","owner":"spotrh","description":"Code and config files to go along with the Raspberry Pi Hacks book.","archived":false,"fork":false,"pushed_at":"2015-04-01T12:02:54.000Z","size":458,"stargazers_count":29,"open_issues_count":0,"forks_count":14,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-05T03:12:18.212Z","etag":null,"topics":["raspberry-pi"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spotrh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-10T15:08:16.000Z","updated_at":"2022-10-18T15:01:18.000Z","dependencies_parsed_at":"2022-08-25T15:10:53.652Z","dependency_job_id":null,"html_url":"https://github.com/spotrh/rpihacks","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/spotrh%2Frpihacks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotrh%2Frpihacks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotrh%2Frpihacks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotrh%2Frpihacks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spotrh","download_url":"https://codeload.github.com/spotrh/rpihacks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252429962,"owners_count":21746573,"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":["raspberry-pi"],"created_at":"2025-05-05T03:12:24.243Z","updated_at":"2025-05-05T03:12:24.809Z","avatar_url":"https://github.com/spotrh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"rpihacks\n========\n\nThis repository contains code and config files to go along with the Raspberry Pi Hacks book.\n\n== Software Copies ==\n\nFor convenience purposes, we have copied some upstream projects into this repository.\n\n=== raspberry-gpio-python ===\u003cBR\u003e\nPython library for GPIO access on a Raspberry Pi\u003cBR\u003e\nhttp://code.google.com/p/raspberry-gpio-python/\u003cBR\u003e\nLicense: MIT\n\n=== matrix_keypad-1.0.4-fixed ===\u003cBR\u003e\nPython module for interfacing with the Matrix numeric keypads.\u003cBR\u003e\nhttps://pypi.python.org/pypi/matrix_keypad\u003cBR\u003e\nLicense: GPLv3+\n\nNote: This code has been modified in order to make it work properly, the \noriginal code did not work at all. Any copyrightable changes are under the\nGPLv3+ license (same license as original work).\n\n=== Adafruit_CharLCDPlate === \u003cBR\u003e\nPython module for interfacing with the Pi LCD Plate.\u003cBR\u003e\nhttps://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code\u003cBR\u003e\nLicense: BSD\n\nNote: We have added an additional file into this directory \n(LCD-pi-plate-print-ip-addrs.py) for one of the hacks in our book.\nIt is derived loosely from LCDtest.py, but is licensed under MIT.\n\n=== Adafruit_DHTDriver === \u003cBR\u003e\nC code for reading the temperature and humidity from the DHT11/22 chips\nvia the BCM2835 GPIO.\u003cBR\u003e\nhttps://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code\u003cBR\u003e\nLicense: BSD\u003cBR\u003e\n\nNote: This copy is unmodified, and included here solely for convenience.\n\n=== nxt === \u003cBR\u003e\nBindings to connect the NXT Mindstorms to ROS, with added support for\ngroovy and Raspberry Pi (Raspbian).\u003cBR\u003e\nhttps://github.com/maxsieber\u003cBR\u003e\nLicense: BSD \u003cBR\u003e\n\nNote: This copy has some fixes for the rviz plugin to build properly.\n# Tom forked it here: https://github.com/spotrh/nxt\n\n== Licenses ==\n\n=== CODE ===\n\nUnless otherwise stated, all code files in this repository are under the terms of the following license (MIT):\n\nCopyright (c) 2012 Tom Callaway \u0026 Ruth Suehle\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n=== CONTENT ===\n\nUnless otherwise stated, all non-code files (e.g. config files, images, whatever) in this repository are under the \nterms of the Creative Commons Attribution License 3.0 (Unported). A copy of this license can be found here:\n\nhttp://creativecommons.org/licenses/by/3.0/\n\nFor attribution, Ruth and Tom would prefer the following phrasing to be placed in an appropriate place:\n\n\"This content was originally created by Tom Callaway and Ruth Suehle for the Raspberry Pi Hacks book, and may be used \nunder the terms of the Creative Commons Attribution License 3.0 (Unported): http://creativecommons.org/licenses/by/3.0/\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotrh%2Frpihacks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotrh%2Frpihacks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotrh%2Frpihacks/lists"}