Set up embedded dev environment using PlatformIO

This commit is contained in:
2023-03-15 01:31:12 +01:00
parent d872172bc6
commit 30a5cd3ad7
4 changed files with 16 additions and 0 deletions

View File

@@ -26,3 +26,5 @@
(package! asoc :recipe (:host github :repo "troyp/asoc.el"))
(package! doct :recipe (:host github :repo "progfolio/doct"))
(package! org-capture-ref :recipe (:host github :repo "yantar92/org-capture-ref"))
;; Arduino development
(package! platformio-mode)