Add README
1 files changed, 9 insertions(+), 0 deletions(-) A README.md
A README.md => README.md +9 -0
@@ 0,0 1,9 @@ # ASCII animation testing using ANSI escape sequences ## Why? The objective is try to test, observe, and structure animation of an ASCII game off-site which should be running with FreeRTOS on an STM32 microcontroller which should be outputting to a serial terminal. Updates coming shortly. ## References 1. https://viewsourcecode.org/snaptoken/kilo/02.enteringRawMode.html