Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.24 KB

CircuitPython Examples

This repository contains a collection of CircuitPython examples. Each example is located in the "examples" folder.

Getting Started

To get started, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the "examples" folder.
  3. Choose an example that you want to try out.
  4. Connect your CircuitPython-compatible device to your computer.
  5. Copy the example code to your device.
  6. Watch the example in action!

Contributing

If you have a CircuitPython example that you would like to contribute, please follow these guidelines:

  1. Fork this repository.
  2. Create a new branch for your example.
  3. Add your example to the "examples" folder.
  4. Update the README.md file with a brief description of your example.
  5. Submit a pull request.

Back to Arduino

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.

License

This repository is licensed under the MIT License.

Contact

If you have any questions or suggestions, feel free to contact us at [email protected]

Happy coding!