Giter VIP home page Giter VIP logo

wristmorse's People

Contributors

marspre 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wristmorse's Issues

missing piece of code? in morse_keyer_touch.cpp

void screen_power(int on_time){
// function to power off screen, when time since press
// of button or key is longer than on_time. Also recption of 
// message will power on screen 

  if (millis() - pause_start >= on_time){
    M5.Lcd.setBrightness(0);
    screen_on = false;

} 

Apart from the missing close }, also the bool? screen_on is nowhere to be found

Or am I missing something? I try this code in platformio

Thanks for the nice project, I really like it! :-)

LICENSE file absent

License

This project is licensed under the MIT License. See the LICENSE file for more details.

I think you've forgot to add the LICENSE file ๐Ÿ˜„

Arduino branch

Thanks for getting the schematic and bom done so quick and replying to my email about doing an arduino branch when you have the time. Just learned how to add this request to GitHub. Iโ€™ll try building the keyer circuit and try to rework the case to fit other available touch sensors that are a little bigger too. Thanks again 73

This function misses close } in the morse_keyer_touch.cpp

void screen_power(int on_time){
// function to power off screen, when time since press
// of button or key is longer than on_time. Also recption of 
// message will power on screen 

  if (millis() - pause_start >= on_time){
    M5.Lcd.setBrightness(0);
    screen_on = false;

  } 

<--

Details on custom hat

Any details you can share on components and/or assembly of the custom hat you've created for this wonderful project? Very interested in building one myself.

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.