Shiny is better.

I am having trouble creating my switch debounce(pin) function for #Arduino. I found code that works great as a mainline, but can not seem to get it to work when I massage it into a function. I have several push buttons I need to debounce when pressed.
599388
I changed my #Arduino sketch so I can turn the matrix display on/off with button A. I need to add some switch debounce code now.
598823
I tripped over an interesting thing with #Arduino stuff. If you want to do BOTH analogWrite(pin, value) and digitalWrite(pin, [HIGH | LOW]), you MUST do pinMode(pin, OUTPUT) when the analogWrite() stuff is done.
598252
I added interrupts for button pressed to the #Arduino version of my mesh network node sketch. Now, a flag gets set as soon as a button is pressed. Then, it gets processed in the main line, and the flags get reset.

It all works great!
595630
@33MHz In the past two days, I have rewritten or reorganized major sections of my #Arduino mesh network node sketch.
587224
This is the base circuit and #Arduino sketch for two other projects I want to work on. It can not run on a regular 8-Bit Arduino because it requires more flash and memory than those chips have.

It can be powered by a 3.7V LiPo battery or USB.
583756
I made a thing!

It is a portable thermometer that displays temperature (both F and C) and humidity on a matrix display. This will run on any Feather M0 board or greater, because it is over 35Kb now.

This is the base #Arduino sketch.
583753
This is one of those days when I do not understand why my #Micropython code is working. It might be interesting to do an #Arduino version of my script.
576573
I am doing some minor tweaks to my #Micropython script, and backing it up to several places. I may do some #Arduino today too.
576231
I did what I think is a direct port of a library from #Arduino to #Micropython, but am not getting the same results in the ported version. I think this is because Micropython does not have pin change interrupts - just rising and falling edge.
515470
It seems that the #Arduino library I have been working to port to #Micropython has some problems, even though it does work. I still can not get my port of it to work right.
515213
@unixb0y Good woik there! :) I have been neck deep in an FSM. I am attempting to port a working #Arduino library to #Micropython. My states are all wonky! I need to add some Serial.println() to the Arduino library to find out what is going on inside there.
514923
Working with Arduino MIDI libraries to create a Control Surface for my Logic Pro X setup. #Arduino #audio
341460
Success in getting this sucker to work... 😁
SPI kind of sucks but I’m getting the hang of it.. ^^
It was a good decision to start controlling it with #Arduino first and then making a #Verilog implementation for it afterwards :)
300657
cookie jar (i)

You gave up too much to turn back now.