This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdint.h> | |
#include <stdbool.h> | |
#include <stm32f0xx_ll_gpio.h> | |
const int tRST = 600; | |
const int tPPD = 40; | |
const int tPPmin = 60; | |
const int tRSTREC = 480; | |
const int tWSTRB = 7; | |
const int tWDH = 90; |