Skip to content

kamigerami/iot17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iot17

iot_nackademin_2017 files

 tree
.
├── C++-programmering
│   ├── c++_arbetsblad
│   │   └── TicketAutomat
│   │       ├── main.cpp
│   │       ├── ticket.cpp
│   │       └── ticket.h
│   └── c++_inlamning_Cloud
│       ├── Makefile
│       ├── README.md
│       └── src
│           ├── Cloud.cpp
│           ├── Cloud.hpp
│           ├── Dashboard.cpp
│           ├── Dashboard.hpp
│           ├── Menu.cpp
│           ├── Menu.hpp
│           ├── Unit.cpp
│           ├── Unit.hpp
│           └── main.cpp
├── C-programmering
│   ├── c_arbetsblad
│   │   ├── Tatoeba.sv
│   │   ├── arbetsblad2_13.c
│   │   └── lek2-1.19.c
│   └── c_inlamning_breadboard
│       ├── Makefile
│       ├── README.md
│       └── src
│           ├── breadboard.c
│           ├── breadboard.h
│           ├── colors.h
│           ├── components.c
│           ├── components.h
│           ├── main.c
│           ├── menu.c
│           └── menu.h
├── Introduction-IOT
│   └── huzza
│       ├── README.md
│       ├── config.h
│       ├── credentials.ino
│       ├── huzza.ino
│       ├── huzza.ino.adafruit.bin
│       ├── huzza.zip
│       ├── iothubClient.ino
│       ├── message.ino
│       └── serialReader.ino
├── README.md
└── python
    ├── arbetsblad
    │   ├── classes.py
    │   └── ex40a.py
    ├── inlamning_2_oop
    │   ├── main.py
    │   ├── person.py
    │   ├── staff.py
    │   └── student.py
    ├── inlamning_asteroids
    │   ├── Asteroids_start
    │   │   ├── asteroids.py
    │   │   ├── circle.py
    │   │   ├── game.py
    │   │   ├── main.py
    │   │   ├── point.py
    │   │   ├── polygon.py
    │   │   ├── shape.py
    │   │   └── ship.py
    │   ├── OOP\ -\ Asteroids.docx
    │   └── asteroids-grupparbete-oop
    │       ├── README.md
    │       ├── asteroid.py
    │       ├── asteroids.py
    │       ├── bullet.py
    │       ├── circle.py
    │       ├── game.py
    │       ├── main.py
    │       ├── point.py
    │       ├── polygon.py
    │       ├── shape.py
    │       ├── ship.py
    │       └── star.py
    └── inlamning_json_object
        ├── main.py
        └── myjson.py

22 directories, 92 files

About

iot_nackademin_2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published