rmt + some of link layer

This commit is contained in:
Justin Chow
2025-07-06 00:28:01 -04:00
committed by Johnathon Slightham
parent e87abf9eef
commit 707e10f89b
18 changed files with 2555 additions and 169 deletions

5
main/README.md Normal file
View File

@@ -0,0 +1,5 @@
# RMT Sample Code
WIP
Creates 2 threads per channel (there are 4 channels - 4 TX and 4 RX). Each tx thread is sending messages and the corresponding rx thread will receive the message and print its contents if it is a valid frame.