ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
onboard_led.hpp File Reference

On-board LED abstraction for the C7222 course. More...

#include <memory>
#include "non_copyable.hpp"
Include dependency graph for onboard_led.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  c7222::OnBoardLED
 Simple on-board LED controller. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Detailed Description

On-board LED abstraction for the C7222 course.

This class wraps the board's built-in status LED, providing a small, beginner-friendly API. The platform backends select the appropriate hardware LED (either the Pico default LED pin or the CYW43 Wi-Fi LED on Pico W boards).