forked from Elron_dev/elbear_arduino_bsp
в поддержке многих плат этот файл отсутствует, но для ряда библиотек adafruit нужен, даже если он почти пустой Файл предоставлен Огънеяръ
21 lines
237 B
C
21 lines
237 B
C
#ifndef WiringPrivate_h
|
|
#define WiringPrivate_h
|
|
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
|
|
#include "Arduino.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
|
|
typedef void (*voidFuncPtr)(void);
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif
|
|
|
|
#endif
|