Skip to content

GenerateNU/cedar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreenTower, Spring 2025

Firmware code written for GreenTower, a Hardware Project for Spring 2025. This is an ESP-IDF/FreeRTOS project.

Project structure

All project code is contained in /main.

  • /main/drivers contains abstractions for individual hardware peripherals.
    • multiple peripherals make use of LEDC channels for PWM timing, and to abstract the creation of those, /main/drivers/ledc_channel.c/.h is used.
  • /main/main.c contains the main app entrypoint.
  • /main/utils.h contains utility functions.

About

FW for GreenTower, Fall 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages