创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


arduino:cores:platform.h
#ifndef __PLATFORM_H__
#define __PLATFORM_H__
 
#include <inttypes.h>
#include <avr/pgmspace.h>
#include <avr/eeprom.h>
#include <avr/interrupt.h>
#include <util/delay.h>
 
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned long u32;
 
#include "Arduino.h"
 
#if defined(USBCON)
	#include "USBDesc.h"
	#include "USBCore.h"
	#include "USBAPI.h"
#endif /* if defined(USBCON) */
 
#endif
本页面的其他翻译:
arduino/cores/platform.h.txt · 最后更改: 2016/12/25 22:15 (外部编辑)