1 Commits

Author SHA1 Message Date
Ea-r-th
05465086c4 Final I2C commit 2025-09-18 01:22:09 -07:00

View File

@@ -1,7 +1,7 @@
#include "SHAL.h" #include "SHAL.h"
#include "stm32f0xx.h" #include "stm32f0xx.h"
#include <stdlib.h> #include <cstdlib>
void c3Interrupt(){ void c3Interrupt(){
SHAL_UART2.sendString("Begin\r\n"); SHAL_UART2.sendString("Begin\r\n");