mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
9 lines
217 B
C
9 lines
217 B
C
#ifndef NANOBAKE_BOARD_2432S024_DISPLAY_H
|
|
#define NANOBAKE_BOARD_2432S024_DISPLAY_H
|
|
|
|
#include "nb_display.h"
|
|
|
|
extern NbDisplayDriver board_2432s024_create_display_driver();
|
|
|
|
#endif //NANOBAKE_BOARD_2432S024_DISPLAY_H
|