Skip to content

ESP32-Work/Device_Drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Device_Drivers

Device Drivers Repository

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.

Projects

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.

File Structure

  • 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.

How to Build and Run

  1. Set up the ESP32 development environment.
  2. Clone the repository to your local machine.
  3. Navigate to the project directory you want to build.
  4. Follow the build instructions provided in the project's readme.md file.
  5. Flash the firmware to the target hardware.
  6. Monitor the serial output to see the results.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Contact

For any questions or issues, please open an issue on the GitHub repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published