Commit Graph

17 Commits

Author SHA1 Message Date
Jake Goodwin f4aef61b0e Decided to not use defines everywhere, instead making user accessable functions for runtime use. 2023-01-16 20:10:53 -08:00
Jake Goodwin b2992459b3 Addded defines and logic for carriage returns and line feeds to be appending to serial0_wirte() function calls 2023-01-16 19:50:56 -08:00
Jake Goodwin 830c1028c0 rewrote usart init function with some macro stuff. 2023-01-16 19:43:28 -08:00
Jake Goodwin ed2e9d0f82 added test stuff back in. 2023-01-14 13:45:21 -08:00
Jake Goodwin 1750a9b65d fixed merge conflict 2023-01-14 13:43:34 -08:00
Jake Goodwin 49dd584185 wrote echoing main test 2023-01-14 13:26:11 -08:00
Jake Goodwin 6c9a11828b Added a serial0_flush_rxbuf() function 2023-01-14 12:59:34 -08:00
Jake Goodwin 3554cb60f2 changed params for function defs to use unsigned chars 2023-01-14 12:03:16 -08:00
Jake Goodwin 056e7a0375 added main() func testing for setup. 2023-01-14 11:51:31 -08:00
Jake Goodwin 2150baa106 added empty func for serial0_enable_timeouts() 2023-01-14 11:46:29 -08:00
Jake Goodwin d3ea6f445e Defined serial0_write() function 2023-01-14 11:44:48 -08:00
Jake Goodwin 3e61ba3e05 Added function def for serial0_read() 2023-01-14 11:41:11 -08:00
Jake Goodwin 16492796be Defined function for setting the baud during runtime. 2023-01-14 11:36:13 -08:00
Jake Goodwin ae1a5d5947 set 9600 baud rate, tested and working 2023-01-13 22:57:03 -08:00
Jake Goodwin 527ca1e9e7 INIT COMMIT 2023-01-13 22:57:03 -08:00
Jake Goodwin 2fe8981c13 set 9600 baud rate, tested and working 2023-01-13 22:47:43 -08:00
Jake Goodwin b64ef3fd68 INIT COMMIT 2023-01-13 21:13:45 -08:00