Git Product home page Git Product logo

christmaslights's Introduction

🛠️ Это GitHub AlexGyver'a 🛠️

Здесь можно найти исходники к проектам и примерам из видео с моего канала ▶️ AlexGyver и ▶️ Заметки Ардуинщика, а также просто моим разработкам. Основное:

christmaslights's People

Contributors

alexgyver avatar xojltoh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

christmaslights's Issues

Не работает переключение на предыдущий режим одной кномпкой

При управлении одной кнопкой и установленном массиве режимов MY_MODE переключение <Назад> путем тройного клика по кнопке не работает если индекс текущего режима больше нуля.
Это происходит потому, что вот в этом блоке IF индекс режима tek_my_mode не уменьшается при клике на кнопку, если tek_my_mode > 0

Фикс:

if (tek_my_mode <= 0) 
  tek_my_mode = my_mode_count - 1;
else 
  tek_my_mode = tek_my_mode - 1;

Работа на WEMOS D1 mini

Компиляция на WEMOS D1 mini вызывает проблемы, а с активированным пультом вообще не хочет компилироваться.

Не компилируется в Arduino IDE 1.8.15

Новую версию сбивают с толку маркеры порядка байт в начале файлов, из-за этого она не видит макрос #ifndef в самом начале файла, и как результат ругается на закрывающий #endif без пары.

Arduino: 1.8.15 (Windows 10), Плата:"Arduino Nano, ATmega328P"


In file included from C:\Users\simik\Downloads\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:162:0:
rainbow_beat.h:14:2: error: #endif without #if
 #endif
  ^~~~~
In file included from C:\Users\simik\Downloads\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:166:0:
blendwave.h:29:2: error: #endif without #if
 #endif
  ^~~~~
In file included from C:\Users\simik\Downloads\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:167:0:
fire.h:57:2: error: #endif without #if
 #endif
  ^~~~~
In file included from C:\Users\simik\Downloads\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:168:0:
candles.h:27:2: error: #endif without #if
 #endif
  ^~~~~
In file included from C:\Users\simik\Downloads\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:169:0:
colorwave.h:78:2: error: #endif without #if
 #endif
  ^~~~~
exit status 1
#endif without #if

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.