Ivanchenko59 / prog-avr-lab

Laboratory works on "Programming microcontrollers and microcomputers"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prog-avr-lab

Description

This repository contains laboratory work on the subject "Programming microcontrollers and microcomputers"

Some tasks can be slightly changed by me (towards complication). Due to the fact that the examples are executed in the simulator, I may not have some components from the simulator.

Table of content

According to the assignment, each laboratory work contains several examples, and tasks for them. Each lab will contain folders with tasks, which will contain one file. All sub-tasks will be executed in this file.

├── lab 1
│ ├── Task1
│           ├── .ino
│ ├── Task2
│           ├── .ino
│ └── ...
└── ...

Attention, below are the names of EXAMPLES from the lab. These are not the names of the tasks themselves. This is for ease of search.

About

Laboratory works on "Programming microcontrollers and microcomputers"


Languages

Language:C++ 87.4%Language:Assembly 12.6%