From eeb1159f82ba4716773bc5f474984876fb2dccbb Mon Sep 17 00:00:00 2001 From: Thrasyvoulos Karydis <thrasyvoulos.karydis@cba.mit.edu> Date: Thu, 12 Oct 2017 14:39:33 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfa2e0b..144fbbb 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ * Computer architecture, memory, compile vs interpret, JIT * Programming 101 - - Variables + - Variables, Types, etc - Conditionals ("if/else") - Iterations ("for loops") + - Functions, Scopes - Objects * Programming Languages @@ -18,7 +19,7 @@ - NodeJS Hello World * Programming Embedded Systems - - Embedded C + - Embedded C, [Arduino Language Reference](https://www.arduino.cc/en/Reference/HomePage) - Memory: EEPROM, Registers - Arduino Hello world -- GitLab