Instead of just adding interrupt functionality, other setup steps will be implemented like IO initialization

This commit is contained in:
William Miceli
2021-05-16 20:38:18 -04:00
parent 01a662f24d
commit 54b7fdd2c5
15 changed files with 20 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>Debug_BlinkyLED-Interrupts</name> <name>Debug_BlinkyLED-Advanced</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View File

@@ -0,0 +1,7 @@
/*
* interrupts.c
*/

View File

@@ -0,0 +1,12 @@
/*
* interrupts.h
*/
#ifndef INTERRUPTS_H_
#define INTERRUPTS_H_
#endif /* INTERRUPTS_H_ */