https://github.com/codeadamca/brickpi-power-functions
This is a simple script to test the use of a LEGO Power Functions light with a Dexter BrickPi.
https://github.com/codeadamca/brickpi-power-functions
brickpi power-functions python
Last synced: 9 months ago
JSON representation
This is a simple script to test the use of a LEGO Power Functions light with a Dexter BrickPi.
- Host: GitHub
- URL: https://github.com/codeadamca/brickpi-power-functions
- Owner: codeadamca
- Created: 2022-12-13T23:18:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:16:45.000Z (11 months ago)
- Last Synced: 2025-01-26T23:19:54.395Z (11 months ago)
- Topics: brickpi, power-functions, python
- Language: Python
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dexter BrickPi and Power Functions
A Python snippet utilizing LEGO® Power Functions Lights, the EV3 Touch sensor, the Dexter BrickPi and [BrickPi3](https://github.com/DexterInd/BrickPi3). [BrickPi3](https://github.com/DexterInd/BrickPi3) is the Dexter recommended method of using the BrickPi with Python.
This example turns on the Power Functions lights and when the touch sensor is pushed.
This example requires the [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) VS Code extension to be installed.

---
## Repo Resources
- [Dexter BrickPi](https://www.dexterindustries.com/BrickPi/)
- [BrickPi3](https://github.com/DexterInd/BrickPi3)
- [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)