1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Updated Adding a non keyboard device yourself (markdown)

Robert Beekman 2017-02-08 00:24:34 +01:00
parent 463dc202ec
commit faba9d8531

@ -43,7 +43,7 @@ namespace Artemis.DeviceProviders.MyDevice
``` ```
### Step 4 ### Step 4
Implement the methods. You can do this however you like, just keep in mind that UpdateDevice is called 25 times a second, or ever 40 ms, so make sure it's quick. Implement the methods. You can do this however you like, just keep in mind that UpdateDevice is called 25 times a second, or every 40 ms, so make sure it's quick.
A super simple untested example using a serial port to talk to an Arduino: A super simple untested example using a serial port to talk to an Arduino:
```cs ```cs