mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
14 lines
166 B
C
14 lines
166 B
C
#pragma once
|
|
|
|
#include "display.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern DisplayDriver board_2432s024_create_display_driver();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|