This repository contains a collection of CircuitPython examples. Each example is located in the "examples" folder.
To get started, follow these steps:
- Clone this repository to your local machine.
- Navigate to the "examples" folder.
- Choose an example that you want to try out.
- Connect your CircuitPython-compatible device to your computer.
- Copy the example code to your device.
- Watch the example in action!
If you have a CircuitPython example that you would like to contribute, please follow these guidelines:
- Fork this repository.
- Create a new branch for your example.
- Add your example to the "examples" folder.
- Update the README.md file with a brief description of your example.
- Submit a pull request.
If you want to go back to Arduino, you can use the flash-arduino.uf2 file to flash the Arduino bootloader to your CircuitPython-compatible device. To do so, enter the bootloader and drag the flash-arduino.uf2
file onto the device.
This repository is licensed under the MIT License.
If you have any questions or suggestions, feel free to contact us at info@sensebox.de
Happy coding!