From 4a013d97b0b448d89106bc73fa00dae817059ef0 Mon Sep 17 00:00:00 2001 From: Anup Das <149822306+anupddas@users.noreply.github.com> Date: Sat, 6 Jun 2026 16:47:53 +0530 Subject: [PATCH] Add resources for VESC and SimpleFOC in README Add open-source ESC resources in response to #1786 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a2e252..629e160 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,8 @@ It's a great way to learn. * [**C**: _The very basics of a terminal emulator_](https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTING-en.html) * [**C**: _Write a System Call_](https://brennan.io/2016/11/14/kernel-dev-ep3/) * [**C**: _Sol - An MQTT broker from scratch_](https://codepr.github.io/posts/sol-mqtt-broker) +* [**C/C++** : VESC - Open-source ESC firmware and hardware platform for BLDC motor control.](https://github.com/vedderb/bldc) +* [**C++** : SimpleFOC - Field-oriented control library supporting ESP32 and BLDC motors.](https://github.com/simplefoc/Arduino-FOC) * [**C++**: _Build your own VR headset for $200_](https://github.com/relativty/Relativ) * [**C++**: _How X Window Managers work and how to write one_](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) * [**C++**: _Writing a Linux Debugger_](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/)