This repository contains various device driver projects for different hardware components. Each project is organized in its own directory and includes the necessary source code, configuration files, and build scripts.
This project demonstrates how to toggle an LED using FreeRTOS on an ESP32 microcontroller. The LED is toggled on and off at regular intervals using GPIO registers.
LICENSE
: Contains the license information for the repository..gitignore
: Specifies files and directories to be ignored by Git.README.md
: This file, providing an overview of the repository.led-toggleing/
: Directory containing the LED toggling project.
- Set up the ESP32 development environment.
- Clone the repository to your local machine.
- Navigate to the project directory you want to build.
- Follow the build instructions provided in the project's
readme.md
file. - Flash the firmware to the target hardware.
- Monitor the serial output to see the results.
This repository is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
For any questions or issues, please open an issue on the GitHub repository.