Skip to content
Snippets Groups Projects
Select Git revision
  • 7c3290607e655d568be88fba222d9adedbfa1fd8
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
17 results

lufa

  • 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