change rush 00 folder name

This commit is contained in:
hugogogo
2025-03-15 16:41:12 +01:00
parent 70db631c93
commit 16a5bcd313
13 changed files with 0 additions and 0 deletions

8
rush00/interrupt.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef INTERRUPT_H
#define INTERRUPT_H
// 7.3.1 : SREG AVR Status Register
#define ENABLE_GLOBAL_INTERRUPT (1<<7)
#define DISABLE_GLOBAL_INTERRUPT (0<<7)
#endif // INTERRUPT_H