Skip to content

Commit f2a5342

Browse files
committed
🚧 Snapshot (logos)
1 parent 1998566 commit f2a5342

File tree

6 files changed

+82
-17
lines changed

6 files changed

+82
-17
lines changed
326 Bytes
Loading

‎slides/images/python-logo.png

20.2 KB
Loading

‎slides/images/rust_logo.svg

Lines changed: 57 additions & 0 deletions
Loading
864 KB
Loading

‎slides/index.html

Lines changed: 15 additions & 11 deletions
Large diffs are not rendered by default.

‎slides/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Like C (efficient, low footprint, ...):
9595

9696

9797

98-
Microcontrollers, Consoles, WebAssembly, etc.
98+
Microcontrollers (MCU), Consoles, WebAssembly, etc.
9999

100100
--------------------------------------------------------------------------------
101101

@@ -110,19 +110,23 @@ Microcontrollers, Consoles, WebAssembly, etc.
110110

111111
--------------------------------------------------------------------------------
112112

113-
# Languages for Embedded Platforms
113+
# MCU Programming Languages
114114

115-
- Assembler
115+
![bg left:33%](images/vishnu-mohanan-yC_7U1g3Kvs-unsplash.jpg)
116116

117-
- C (or some very restricted C++)
117+
- Assembly (ASM)
118+
119+
- C
120+
121+
- C++
118122

119123
- (Tiny)Go
120124

121-
- (Micro/Circuits)Python
125+
- ![height:1em](images/python-logo.png) Python $\to$ ![height:1em](images/micropython-logo.png) [MicroPython](https://micropython.org/)
122126

123127
- Erlang/Elixir (via AtomVM or Nerves)
124128

125-
- Rust
129+
- ![height:1em](images/rust_logo.svg) [Rust](https://www.rust-lang.org/)
126130

127131
- Zig
128132

0 commit comments

Comments
 (0)