mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
9 lines
199 B
C
9 lines
199 B
C
#ifndef NANOBAKE_BOARD_2432S024_TOUCH_H
|
|
#define NANOBAKE_BOARD_2432S024_TOUCH_H
|
|
|
|
#include "nb_touch.h"
|
|
|
|
NbTouchDriver board_2432s024_create_touch_driver();
|
|
|
|
#endif // NANOBAKE_BOARD_2432S024_TOUCH_H
|