remove-stl : update arduino tx examples

This commit is contained in:
Georgi Gerganov
2022-06-08 00:04:03 +03:00
parent 456fc7a886
commit f7d9e90078
5 changed files with 75 additions and 91 deletions

View File

@@ -1,6 +1,3 @@
// To build this example for Arduino UNO, make sure to install the ArduinoSTL library:
#include <ArduinoSTL.h>
// This example uses a custom ggwave imlpementation specifically for Arduino UNO.
// Since the Arduino UNO has only 2KB of RAM, the ggwave library is not able to
// to fit into the Arduino's memory (eventhough it is very close).