Instead of just adding interrupt functionality, other setup steps will be implemented like IO initialization
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>Debug_BlinkyLED-Interrupts</name>
|
||||
<name>Debug_BlinkyLED-Advanced</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
7
Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.c
Normal file
7
Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.c
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* interrupts.c
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
12
Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.h
Normal file
12
Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* interrupts.h
|
||||
*/
|
||||
|
||||
#ifndef INTERRUPTS_H_
|
||||
#define INTERRUPTS_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* INTERRUPTS_H_ */
|
||||
Reference in New Issue
Block a user