Skip to content

sdiricco/dirdem-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We are Dirdem-Micro

v0.1.1 released on June 1st, 2020

Setup

Windows

To download the dirderm-micro software for windows click here:
https://drive.google.com/file/d/1IpmesjylqjN5DS_8p3SguDK50ejMGO7m/view?usp=sharing
To ensure that the dirdem-micro software runs smoothly, please follow the steps below:

To check if avr-gcc and avrdude have been installed correctly, open your terminal and type the following commands:

>>>avr-gcc --version
>>>avrdude

Linux

To download the dirderm-micro software for linux click the following link:
https://drive.google.com/file/d/1egZrHCpr1LS-EiuV0b0khwFxhUTdKMRS/view?usp=sharing

To ensure that dirdem-micro software runs smoothly, open your terminal and type the following commands:

$ sudo apt-get install gcc-avr binutils-avr avr-libc
$ sudo apt-get install avrdude

To check if avr-gcc and avrdude have been installed correctly, open your terminal and type:

$ avr-gcc --version
$ avrdude