We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbebdd commit 46ab679Copy full SHA for 46ab679
README.md
@@ -0,0 +1,11 @@
1
+PiMony
2
+======
3
+
4
+Prototype Smart Remote using Python on a Pi
5
6
+This is a very experimental codebase for trying out smart remote control ideas, using a Raspberry Pi
7
+with an Adafruit PiTFT touch screen, an IR sender circuit connected to a GPIO pin and a custom keypad
8
+matrix attached via an MCP23017 GPIO extender.
9
10
+It depends upon having lirc, i2c and PiTFT support installed; and uses the Python packages smbus, RPIO
11
+and pygame.
0 commit comments