# `builtInLED.h`
## Description
- Provides a framework for controlling the LED built into the ESP32 board.
- Globally scoped to avoid multiple drivers of the LED.
  - Basically functions like a mutex.