Begin I2C implementation and finalize other changes

This commit is contained in:
Ea-r-th
2025-09-10 01:53:16 -07:00
parent 8f3bd7ebd8
commit 914fbf5a17
5 changed files with 78 additions and 8 deletions

View File

@@ -5,10 +5,6 @@
#ifndef SHAL_UART_REG_H
#define SHAL_UART_REG_H
//
// Created by Luca on 9/6/2025.
//
#if defined(STM32F030x6)
#include "stm32f030x6.h"

View File

@@ -46,7 +46,6 @@ public:
static SHAL_UART& get(uint8_t uart);
UARTManager() = delete;
private: