first and working ethernet

This commit is contained in:
2025-07-26 21:48:13 -04:00
commit 473f9013c0
58 changed files with 3405 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#include "CH9120.h"
void setup() {
CH9120_init();
RX_TX();
}
void loop() {
}