Materials, tools and software
Programmer(Tools)
Circuit (Materials)
Arduino(Software)
Programmer(Tools)
Circuit (Materials)
Arduino(Software)
Next open Arduino software in the next direction Archive – preference, past this link "https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json"
Then go to the next direction
In addition, install the library of Attiny
For make this. First select the microprocessor and is recommended work in 8 MHz, to check this
go to "Tools – Clock. In the same window select “USB tiny ISP" by way of programmer.
To end check in burn Bootloaders
To programming, I know the logic of the program. In this I turn OFF a led with a button.
PSEUDOCODE:
-Bigin
--declarate variables
--configurate by outputs or inputs
--configurate digital ports
--If button = high then
--led = OFF
--else leb = ON
-End
This information are in the top of the web
can you see all information. How I make the program and the logic of this.
The most dificult are make the lenguaje programing
All this information are in the top of my web. in the week 6 can see all the information for the board.