Skip to content
Snippets Groups Projects
Select Git revision
  • 4d7c55ae52d904a7d28dac622e5f10e12b9c09e5
  • master default
  • neil
  • hpgl
  • sw-shawn-liu
  • ppa
  • fran
  • trotec-port
  • fs-hotfix
  • jake
  • ml-mods
  • fabmo-app
12 results

.bin

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    ..
    README.md
    hello_world.c

    Intro to Programming

    Agenda

    • Computer architecture, memory

    • Programming 101

      • Variables
      • Conditionals ("if/else")
      • Iterations ("for loops")
    • Programming Languages:

      • C Hello World
      • Python Hello World
      • Javascript Hello World
    • Programming Embedded Systems

      • Embedded C
      • Arduino Hello world
    • Programming 102

      • Objects, OOP