An open API service indexing awesome lists of open source software.

https://github.com/archtaqi/piaic-iot

PIAIC IOT Course Material
https://github.com/archtaqi/piaic-iot

embedded-systems iot piaic rust

Last synced: 20 days ago
JSON representation

PIAIC IOT Course Material

Awesome Lists containing this project

README

          

# PIAIC-IOT

1. Rust Programming Language
```bash
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y curl
sudo apt install -y gcc
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env

#cargo new Hello --bin
#cargo run
#cargo build
cargo new Hello --bin
cargo check
```

2. Semester 1
- IOT Basics
- IOT Advanced
3.