Closed ivankravets closed 2 years ago
This is what we export now:
├── LICENSE ├── README.md ├── examples │ ├── default_to_serial │ │ └── default_to_serial.ino │ ├── override_putchar │ │ └── override_putchar.ino │ └── specify_print_class │ └── specify_print_class.ino ├── extras │ └── printf │ ├── printf.c │ └── printf.h ├── library.json ├── library.properties └── src ├── LibPrintf.cpp └── LibPrintf.h 7 directories, 11 files
This is what we export now: