zhiqiang.yu 4352713f8e add adb and led tool 7 månader sedan
..
.vs 4352713f8e add adb and led tool 7 månader sedan
.gitattributes 4352713f8e add adb and led tool 7 månader sedan
.gitignore 4352713f8e add adb and led tool 7 månader sedan
Documentation.md 4352713f8e add adb and led tool 7 månader sedan
DreamCheekyBTN.md 4352713f8e add adb and led tool 7 månader sedan
DreamCheekyLED.md 4352713f8e add adb and led tool 7 månader sedan
DreamCheekyUSB.sln 4352713f8e add adb and led tool 7 månader sedan
Readme.md 4352713f8e add adb and led tool 7 månader sedan
Readme.txt 4352713f8e add adb and led tool 7 månader sedan
license.md 4352713f8e add adb and led tool 7 månader sedan

Readme.md

Project Description DreamCheekyUSB provides a Console App and .NET drivers for the Dream Cheeky Webmail Notifier and the Dream Cheeky Iron Man USB Stress Button.

MOVED TO https://github.com/gbrayut/dreamcheekyusb

DreamCheekyUSB was created using the https://github.com/mikeobrien/HidLibrary/ and is released under the Apache License V2.0

You can control the LED using either DreamCheekyLED.exe with command line arguments or via C#/VB/Powershell using the DreamCheekyUSB.DreamCheekyLED object. The code supports multiple devices and has options for blinking and fading. See DreamCheekyLED for command line examples or the DreamCheekyLED*.ps1 files for powershell examples.

The DreamCheekyBTN.exe has command line arguments that will let you run a program whenever the button is pressed or convert the button press events into a keyboard macro that can perform an action or be picked up by other programs like AutoHotKey. The code should also support multiple devices, and can be run multiple times for additional triggers. See DreamCheekyBTN for command line examples or the AutoHotKey.ahk file for a sample AutoHotKey script.