Skip to content

Instantly share code, notes, and snippets.

View tomtom5152's full-sized avatar

Tom Mychost tomtom5152

View GitHub Profile
@tomtom5152
tomtom5152 / crowdsec_logo.svg
Created April 17, 2024 13:55
A vectorised version of the CrowdSec© logo in full colour
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomtom5152
tomtom5152 / keybase.md
Last active April 5, 2022 14:52
keybase.md

Keybase proof

I hereby claim:

  • I am tomtom5152 on github.
  • I am itsghost (https://keybase.io/itsghost) on keybase.
  • I have a public key ASBTUDEjB4VeczGublEHP4fnyVOaCu_9zgG9KgJ7QCCepgo

To claim this, I am signing this object:

#pragma config(Sensor, S2, HTCS2, sensorI2CCustom)
//*!!Code automatically generated by 'ROBOTC' configuration wizard !!*//
#include "HitechnicColorSensor.h"
task main()
{
long r, g, b;
while (true) {
//use the sensor in passive mode (LED turned off)
HTCS2readRawRGB(HTCS2, true, r , g , b);