文件名称:avrINT:C ++ 1117工具使用AVR的中断功能
文件大小:15KB
文件格式:ZIP
更新时间:2024-04-21 00:17:23
avr avr-programming avr8 avr-cpp avr-interrupt
avrINT C ++ 11/17可以使用AVR的中断功能。 可以将其视为的C头文件和的C ++版本。 演示版 # include < avr> using namespace avr::interrupt; int main () { on (); // enable global interrupts off (); // disable global interrupts { // scope with code executed without being disturbed by interrupts atomic s; // code } // interrupts are enabled at the end if they were enabled before {
【文件预览】:
avrINT-main
----.gitignore(34B)
----README.org(5KB)
----reordering_code.org(3KB)
----LICENSE(1KB)
----why.org(2KB)
----.github()
--------workflows()
----demo()
--------common.mk(923B)
--------c++17()
--------c++11()
----include()
--------avr()