Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hroncok/devconf-esp32-tutorials
https://github.com/hroncok/devconf-esp32-tutorials
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hroncok/devconf-esp32-tutorials
- Owner: hroncok
- Created: 2019-01-18T10:20:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T09:14:19.000Z (almost 5 years ago)
- Last Synced: 2024-12-16T20:09:45.457Z (17 days ago)
- Language: TeX
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Handouts for ESP32 hacking tasks.
Beware that this is not very well documented.
To make PDFs:* `dnf install lualatex`
* `cd` to the cloned repo
* `make` to generate PDFs
(or `cd basic; lualatex handout.tex` to generate just one)
* If LaTeX complains about not having `somepackage`,
do `dnf install 'tex(somepackage.sty)'`.
Repeat until successful.
Packages needed at some point:
dnf install lualatex 'tex(luainputenc.sty)' 'tex(ctablestack.sty)' 'tex(english.ldf)' 'tex(fouriernc.sty)' \
'tex(tgpagella.sty)' 'tex(microtype.sty)' 'tex(pgfplots.sty)' 'tex(siunitx.sty)' \
'tex(titling.sty)' 'tex(titlesec.sty)' 'tex(wrapfig.sty)' texlive-collection-fontsrecommended