watch library: implement SPI

This commit is contained in:
Joey Castillo
2022-01-26 21:32:55 -05:00
parent 1b1bba2de0
commit a11275d84c
8 changed files with 221 additions and 37 deletions

View File

@@ -60,6 +60,7 @@
#include "watch_adc.h"
#include "watch_gpio.h"
#include "watch_i2c.h"
#include "watch_spi.h"
#include "watch_uart.h"
#include "watch_deepsleep.h"