Skip to content

Instantly share code, notes, and snippets.

View dygufa's full-sized avatar

Rodrigo Araujo dygufa

View GitHub Profile

LYZDIMRTGRQVMRLHJU6X4RRDKR4UK7RLMJ5DCMJRGEYTIPBB

@dygufa
dygufa / typescriptreact.json
Last active December 18, 2017 22:05
React + MobX + Typescript Component Snippet
{
"Typescript react component with Mobx": {
"prefix": "tsrcm",
"body": [
"import * as React from \"react\";",
"import { observable } from \"mobx\";",
"import { observer, inject } from \"mobx-react\";",
"",
"interface I${1:ComponentName}Props {}",
"",

Keybase proof

I hereby claim:

  • I am dygufa on github.
  • I am dygufa (https://keybase.io/dygufa) on keybase.
  • I have a public key whose fingerprint is DF16 C368 4BF8 864D FCE4 ECC7 0540 6CA7 F216 95EA

To claim this, I am signing this object:

#include <Arduino_FreeRTOS.h>
#include <queue.h>
#include <Stepper.h>
#include <Ultrasonic.h>
#define pino_trigger 4
#define pino_echo 5
void TaskUltrasonic(void * pvParameters);
void TaskStepper(void * pvParameters);