This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"store.home": { | |
"blocks": [ | |
"notification.bar", | |
"carousel", | |
"shelf#home" | |
] | |
}, | |
"notification.bar": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |