[esp] Add ESP examples.

This commit is contained in:
2025-02-01 10:30:18 -05:00
parent 5f9f508581
commit 8bf174d256
17 changed files with 278 additions and 17 deletions

View File

@@ -2,15 +2,16 @@
This repository is a collection of useful code snippets and configurations.
```
```bash
github.com/shaunrd0/klips/
├── ansible # Ansible roles, playbooks, and examples
├── blockchain # Blockchain related project templates and examples
├── cpp # C++ programs, datastructures, and other examples
├── dotnet # .NET projects and examples
├── esp # ESP32 projects and examples
├── figlet # Figlet fonts I like :)
├── javascript # Javascript projects and examples
├── python # Python scripts or tools I've made
├── README.md
├── python # Python scripts and tools I've made
├── README.md
└── scripts # Bash scripts
```