fossilesque@mander.xyz to Programmer Humor@lemmy.mlEnglish · 10 hours agoNot incorrect.mander.xyzimagemessage-square25fedilinkarrow-up1337arrow-down19cross-posted to: [email protected]
arrow-up1328arrow-down1imageNot incorrect.mander.xyzfossilesque@mander.xyz to Programmer Humor@lemmy.mlEnglish · 10 hours agomessage-square25fedilinkcross-posted to: [email protected]
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up3·5 hours ago Assembly: you are a cyborg. Or programming a tiny microcontroller to blink a led as efficient as possible.
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up3·4 hours agoSomething wrong with: #include <Arduino.h> void loop() { digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(1000); } ? 😂🤮
Or programming a tiny microcontroller to blink a led as efficient as possible.
Something wrong with:
#include <Arduino.h> void loop() { digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(1000); }
? 😂🤮