Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
-
Updated
Nov 9, 2020 - C++
{{ message }}
Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Cooperative multitasking for Arduino, ESPx and STM32 microcontrollers
Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Arduino hardware SPI library for ATtiny44/84, 45/85, 461/861, 2313/4313.
Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.
C++ platform to build Arduino and AVR projects. Rationale is size and speed optimization.
Mini OS emulator for Digispark.
a DIY flat christmas decoration with a ATtiny25, 20 led´s and a coin cell battery
HWA is a set of C definitions designed for bare metal programming with a pleasant style.
ESP32 with LoRa and a proximity sensor
Electronic Dummy Load
Your personal departures screen for Västtrafik buses, using a Raspberry Pi Zero W and an ATtiny85 power control board
ATtiny ISP programmer shield for Arduino UNO
As an facilities manager I want to be able to see what is the temperature around each INS-node so to be able to adjust the heating or cooling accordingly.
http://localhost:9080/set_temperature/id/temperature where the teAdd a description, image, and links to the attiny topic page so that developers can more easily learn about it.
To associate your repository with the attiny topic, visit your repo's landing page and select "manage topics."
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,