mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-13 23:48:46 +01:00
25 lines
309 B
C
25 lines
309 B
C
/* %arduino_license% */
|
|
|
|
#ifndef WiringPrivate_h
|
|
#define WiringPrivate_h
|
|
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
#include "libsam/chip.h"
|
|
#include "wiring_constants.h"
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
|
|
#include "HardwareSerial.h"
|
|
|
|
#endif
|
|
|
|
#endif
|