Skip to content

Instantly share code, notes, and snippets.

View georgebrindeiro's full-sized avatar

George Brindeiro georgebrindeiro

  • Brasília, DF, Brazil
View GitHub Profile
@georgebrindeiro
georgebrindeiro / home.jsonc
Created November 1, 2019 03:01
mexendo com store framework
{
"store.home": {
"blocks": [
"notification.bar",
"carousel",
"shelf#home"
]
},
"notification.bar": {
@georgebrindeiro
georgebrindeiro / semaforo_com_cancela.ino
Created June 21, 2018 18:47
Semáforo com Cancela (Raphael Beltrão, 6A, Seriös 2018)
#include <Servo.h>
Servo myservo;
void setup() {
// put your setup code here, to run once:
pinMode(2,INPUT_PULLUP);
pinMode(3,OUTPUT);
pinMode(4,OUTPUT);
pinMode(5,OUTPUT);
@georgebrindeiro
georgebrindeiro / profiling.txt
Created October 3, 2017 21:12
ema_trike imu_node profiling with cProfile
Sun Oct 1 14:38:19 2017 stats
544483 function calls (542040 primitive calls) in 44.773 seconds
Ordered by: cumulative time
List reduced from 721 to 10 due to restriction <10>
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.000 0.000 44.773 44.773 <string>:1(<module>)
1 0.073 0.073 44.772 44.772 /home/glados/hratc2015_workspace/src/ema_trike/scripts/imu_node.py:11(main)