24 lines
249 B
C
24 lines
249 B
C
/*
|
|
* File: fanseeeed.h
|
|
* Author: inami
|
|
*
|
|
* Created on 13. mars 2024, 13:38
|
|
*/
|
|
|
|
#ifndef FANSEEEED_H
|
|
#define FANSEEEED_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* FANSEEEED_H */
|
|
|