-
Updated
May 18, 2020 - C++
attiny85
Here are 225 public repositories matching this topic...
-
Updated
Jan 14, 2020 - C
-
Updated
May 20, 2020 - C++
-
Updated
Mar 10, 2019 - Visual Basic
-
Updated
Apr 16, 2020 - C
-
Updated
Aug 29, 2019
Attiny programming
This is not really an issue but I didnt find a place for my question :)
First off: Great and simple idea with a nice documentation and open source in mind!
I was wondering if you program the Attiny beforehand with a programming rig or after you soldered the attiny to the pcb?
-
Updated
May 15, 2020 - C++
-
Updated
May 3, 2020 - C++
-
Updated
May 19, 2020 - C++
-
Updated
Jan 30, 2019 - C++
-
Updated
Mar 9, 2020 - C
-
Updated
Sep 25, 2018 - C++
-
Updated
May 27, 2017 - C
-
Updated
Mar 5, 2017 - C++
-
Updated
Nov 18, 2017 - Arduino
-
Updated
Sep 26, 2019 - C++
-
Updated
Jan 2, 2018 - Java
-
Updated
May 8, 2020 - C
-
Updated
Sep 17, 2018 - C++
I have 10 bit input data like this
const double inputs[110][8] = {
{540,131,48,3,0,0,0,0},
{624,167,63,15,0,0,0,0},
{736,224,96,31,0,0,0,0},...
but after learning output is the same for exemple
0.8215888
0.8215888
0.8215888
...
after i divide for 1024 i have data like this
const double inputs[110][8] = {
{0.52734375,0.1279296875,0.046875,0.0029296875,0,0,0,0},
{0.609375,0.1630859375,
Improve this page
Add a description, image, and links to the attiny85 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the attiny85 topic, visit your repo's landing page and select "manage topics."
Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(
Please complete the following information: