add example content
This commit is contained in:
parent
2f689afc27
commit
e0324a77c0
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Velxio Simulator
|
||||||
|
[Velxio](https://velxio.dev/) adalah Arduino Simulator untuk mencoba program arduino beserta deployer nya. Jadi kalian bisa upload program menggunakan webapp.
|
||||||
|
|
||||||
|
----Available_Lessons----
|
||||||
|
- [Velxio Simulasi arduino LED Blink](lesson/led_blink_arduino.md)
|
||||||
|
- [Velxio Simulasi Hello Serial](lesson/hello_serial_arduino.md)
|
||||||
|
- [Velxio Simulasi Button Input](lesson/button_input_arduino.md)
|
||||||
|
- [Velxio Simulasi Traffic Light](lesson/traffic_light_arduino.md)
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Contoh Penggunakan fitur Elemes
|
||||||
|
|
||||||
|
Materi fundamental untuk memulai belajar pemrograman C.
|
||||||
|
|
||||||
|
----Available_Lessons----
|
||||||
|
1. [Hello, World!](lesson/hello_world.md)
|
||||||
|
2. [Variabel](lesson/variabel.md)
|
||||||
|
3. [Uji Coba Flowchart](lesson/flowchart_test.md)
|
||||||
|
4. [Uji Coba Kuis](lesson/quiz_test.md)
|
||||||
|
5. [Uji Coba LaTeX](lesson/latex_test.md)
|
||||||
|
6. [Uji Coba Slide](lesson/test_slides.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -9,36 +9,21 @@ Semua materi bisa dikerjakan langsung di browser!
|
||||||
2. __Code Editor__ : Tulis dan jalankan program C langsung di browser
|
2. __Code Editor__ : Tulis dan jalankan program C langsung di browser
|
||||||
3. __Validasi Otomatis__ : Sistem mengecek jawaban kamu secara otomatis
|
3. __Validasi Otomatis__ : Sistem mengecek jawaban kamu secara otomatis
|
||||||
4. __Tracking Progress__ : Guru bisa memantau perkembangan siswa (opsional)
|
4. __Tracking Progress__ : Guru bisa memantau perkembangan siswa (opsional)
|
||||||
|
5. [Sub Bab](bab/dasar) : Mempermudah menggolongkan konten dengan sub bab
|
||||||
## Topik yang Akan Dipelajari
|
6. [CircuitJS](lesson/rangkaian_dasar.md) : Simulasi rangkaian elektronik dari [falstad.org](https://www.falstad.com/circuit/circuitjs.html)
|
||||||
|
7. [Velxio](bab/arduino) : Arduino Simulator untuk mencoba program arduino beserta deployer nya. Jadi kalian bisa upload program menggunakan webapp.
|
||||||
### Dasar-Dasar
|
8. [Playground](/playground) : Dapat mencoba semua fitur pembelajaran
|
||||||
1. [Hello, World!](lesson/hello_world.md)
|
|
||||||
2. [Variabel](lesson/variabel.md)
|
|
||||||
3. [Uji Coba Flowchart](lesson/flowchart_test.md)
|
|
||||||
4. [Uji Coba Kuis](lesson/quiz_test.md)
|
|
||||||
5. [Uji Coba LaTeX](lesson/latex_test.md)
|
|
||||||
6. [Uji Coba Slide](lesson/test_slides.md)
|
|
||||||
|
|
||||||
### Elektronika & Sirkuit (Hybrid)
|
|
||||||
7. [Rangkaian Dasar](lesson/rangkaian_dasar.md)
|
|
||||||
|
|
||||||
### Arduino & Robotika (Velxio)
|
|
||||||
8. [LED Blink](lesson/led_blink_arduino.md)
|
|
||||||
9. [Hello Serial](lesson/hello_serial_arduino.md)
|
|
||||||
10. [Button Input](lesson/button_input_arduino.md)
|
|
||||||
11. [Traffic Light](lesson/traffic_light_arduino.md)
|
|
||||||
|
|
||||||
----Available_Lessons----
|
----Available_Lessons----
|
||||||
|
|
||||||
1. [Hello, World!](lesson/hello_world.md)
|
[Hello, World!](lesson/hello_world.md)
|
||||||
2. [Variabel](lesson/variabel.md)
|
[Variabel](lesson/variabel.md)
|
||||||
3. [Uji Coba Flowchart](lesson/flowchart_test.md)
|
[Uji Coba Flowchart](lesson/flowchart_test.md)
|
||||||
4. [Uji Coba Kuis](lesson/quiz_test.md)
|
[Uji Coba Kuis](lesson/quiz_test.md)
|
||||||
5. [Uji Coba LaTeX](lesson/latex_test.md)
|
[Uji Coba LaTeX](lesson/latex_test.md)
|
||||||
6. [Uji Coba Slide](lesson/test_slides.md)
|
[Uji Coba Slide](lesson/test_slides.md)
|
||||||
7. [Rangkaian Dasar](lesson/rangkaian_dasar.md)
|
[Rangkaian Dasar](lesson/rangkaian_dasar.md)
|
||||||
8. [LED Blink](lesson/led_blink_arduino.md)
|
[LED Blink](lesson/led_blink_arduino.md)
|
||||||
9. [Hello Serial](lesson/hello_serial_arduino.md)
|
[Hello Serial](lesson/hello_serial_arduino.md)
|
||||||
10. [Button Input](lesson/button_input_arduino.md)
|
[Button Input](lesson/button_input_arduino.md)
|
||||||
11. [Traffic Light](lesson/traffic_light_arduino.md)
|
[Traffic Light](lesson/traffic_light_arduino.md)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue