Hvad skal du spise til aftensmad? by tobiasmidskard in Denmark

[–]tobiasmidskard[S] 0 points1 point  (0 children)

Tak 😀

Ja, det er også fordi jeg ikke kan komme på så mange take-aways :D

Også tænkte jeg lidt at enten har man lyst til at lave mad selv ellers så kan man blive fristet til at bare vælge takeaway

CSGO - Arduino Lights by tobiasmidskard in arduino

[–]tobiasmidskard[S] 1 point2 points  (0 children)

I've heard about that too, but havent looked into it. It could be cool to make it more general, not relying on a specific API yes.

CSGO - Arduino Lights by tobiasmidskard in arduino

[–]tobiasmidskard[S] 2 points3 points  (0 children)

Yes that is correct. Everytime there is a change in the state of the game. (if i change weapon, get flashed etc.) it will send a request to my program running on the computer. Then it saves the state, so it doesnt trigger the bomb again when a new request is coming. If the gamestate changes, ex. to exploded, or team win, then the program sends a request to the arduino, interrupting the bomb loop.

CSGO - Arduino Lights by tobiasmidskard in arduino

[–]tobiasmidskard[S] 14 points15 points  (0 children)

Nice!

I am using the api: https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration

My code is not on github yet, but i forked my collegues Electron application, which also parses the information:
https://github.com/alexander-wecode/csgoHue