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

Library for the Pico HAT extension board for the Raspberry Pi Pico W.

This library provides access to onboard components including buttons, LEDs, sensors, display, and buzzer using Arduino-style APIs.


Basic Usage

#include "TKJHAT.h"
TKJHAT hat;
void setup() {
// example code
}
void loop() {
//...
}
Main interface for accessing TKJHAT board features.
Definition TKJHAT.h:35

Components

The following components are available on the board:

Actuators

Sensors


Getting Started

Try these example sketches: