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
- Host: GitHub
- URL: https://github.com/archtaqi/piaic-iot
- Owner: ArchTaqi
- Created: 2019-09-24T18:00:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T09:46:54.000Z (over 6 years ago)
- Last Synced: 2025-01-16T06:58:24.904Z (over 1 year ago)
- Topics: embedded-systems, iot, piaic, rust
- Language: Rust
- Homepage: https://portal.piaic.org
- Size: 31.6 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.