Jump to content

Main public logs

Combined display of all available logs of Squirrel's Lair. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:07, 2022 January 13 Hal talk contribs created page Automate Key Presses With Arduino (Created page with "{{TidBit |shortDescription=Looking to automate key and/or mouse combinations? Do it with an Arduino! |skillSet=Arduino |featured=Yes }} There are libraries for Arduino that will let you use any 32u4 or SAMD-based Arduino (Leonardo, Pro Micro, etc) as a keyboard and/or mouse device, and it's simple to use. Say you're need to wiggle and left-click your mouse every five minutes for some reason. This would do the trick: <nowiki> #include<Mouse.h> Mouse.begin(); voi...")