embeddedartistry / arduino-printf

Add printf support to the Arduino SDK
MIT License
91 stars 15 forks source link

Add library.json / v1.2.11 #38

Closed ivankravets closed 2 years ago

ivankravets commented 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