Houses controller code with fault injection and fault management libraries for Team LLAMAS ASEN 4018/28 Senior Project
- Clone this repository
- Once you've got it locally, open up
main_Script.ino
in the Arduino IDE. Download the Arduino IDE if you don't have it yet. - Update path to libraries folder by following these steps in the Arduino IDE:
- Make sure you're compiling using the Arduino DUE board. You can check this by going to Tools -> Board: {board_name_here}. Verify that {board_name_here} is some variation of Arduino DUE. If it's not available in the list of boards that comes up when you click on Board: {board_name_here}, click on Boards Manager... and download the DUE board interface software.
You should now be able to compile the sketch in Arduino without issues.