Skip to content

Instantly share code, notes, and snippets.

View a-v-s's full-sized avatar

André van Schoubroeck a-v-s

View GitHub Profile
@a-v-s
a-v-s / spi_hal.c
Created March 10, 2021 15:50
SPI HAL for STM32F1xx for bsrfid
/*
* spi_hal.c
*
* Created on: 29 nov. 2020
* Author: andre
*/
#include <stdbool.h>
@a-v-s
a-v-s / ucglib_hal.c
Created November 22, 2020 22:13
ucglib hal for STM32F1
/*
* ucglib_hal.c
*
* Created on: 21 okt. 2020
* Author: andre
*/
#include "ucglib_hal.h"
#include "stm32f1xx.h"