Arduino TKJHAT
Arduino library for Pico HAT extension board
Loading...
Searching...
No Matches
TKJHAT.h File Reference

Main interface for the TKJHAT board. More...

#include <Arduino.h>
#include "Button.h"
#include "Led.h"
#include "Buzzer.h"
#include "Display.h"
#include "RGBLed.h"
#include "ICM42670.h"
#include "Lightsensor.h"
#include "HDC2021.h"

Go to the source code of this file.

Classes

class  TKJHAT
 Main interface for accessing TKJHAT board features. More...

Detailed Description

Main interface for the TKJHAT board.

This class provides access to all peripherals available on the TKJHAT extension board. Each component is exposed as a public member object.

All peripherals must be initialized by calling hat.begin() in setup().

Definition in file TKJHAT.h.