nrfcxx  0.1.0
C++-17 Framework for Nordic nRF5 Devices
Data Structures | Namespaces | Functions
led.hpp File Reference

Core LED functionality. More...

#include <nrfcxx/clock.hpp>
#include <nrfcxx/gpio.hpp>
#include <nrfcxx/impl.hpp>

Go to the source code of this file.

Data Structures

class  nrfcxx::led::led_type
 Base class supporting LEDs of different types. More...
 
class  nrfcxx::led::generic_led< active_low >
 A class used to manage LEDs. More...
 
class  nrfcxx::led::Pattern
 Class that supports background LED toggles in a repeating pattern. More...
 

Namespaces

 nrfcxx
 Primary namespace for nrfcxx functionality.
 
 nrfcxx::led
 Abstractions and constants around LED capability.
 

Functions

led_type & nrfcxx::led::lookup (unsigned int i)
 

Detailed Description

Core LED functionality.