Pinecil uart (#830)
* Creating uart debug handler * Simpler get raw uV tip * Update Setup.cpp * Debug out working. Moved Logo Need to update docs around logos before merging this in * Add in current pwm level + fix signed int * Update moving logo page for pinecil by 64k * Update TipThermoModel.h
This commit is contained in:
@@ -50,4 +50,11 @@
|
||||
#define FUSB302_IRQ_Pin BIT(5)
|
||||
#define FUSB302_IRQ_GPIO_Port GPIOB
|
||||
|
||||
// uart
|
||||
#define UART_TX_Pin BIT(2)
|
||||
#define UART_TX_GPIO_Port GPIOA
|
||||
#define UART_RX_Pin BIT(3)
|
||||
#define UART_RX_GPIO_Port GPIOA
|
||||
#define UART_PERIF USART1
|
||||
|
||||
#endif /* BSP_PINE64_PINS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user