📄 smallrtosavr.h
字号:
//SmallRTOSAVR.h : header file for the SmallRTOSAVR project
//
#ifndef _SMALLRTOSAVR_H_
#define _SMALLRTOSAVR_H_
#include <io.h>
#include <wdt.h>
#include <sleep.h>
#include <Interrupt.h>
#include <inttypes.h>
#include <stdbool.h>
/////////////////////////////////////////////////////////////////////////////
//SmallRTOSAVR
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -