Skip to content
#

attiny85

Here are 259 public repositories matching this topic...

An Arduino library to display data on a 8-digit TM1638 seven segment module This library supports several variants. The (8 KEY & 8 LED) variant which has 8 LED's and 8 Push buttons. The (16 KEY QFY) variant which has 16 pushbuttons. The (LKM1638) variant which has 8 bi-colour LED's and 8 Push buttons. Light memory footprint. Tested on ATMega328, ESP-32, attiny85, Stm32 and ESP8266.

  • Updated Sep 28, 2020
  • C++
nazariiixa
nazariiixa commented Aug 3, 2019

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.

Curate this topic

Add this topic to your repo

To associate your repository with the attiny85 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.