This file contains 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
#pragma config(StandardModel,"EV3_REMBOT") | |
#pragma config(Sensor,S2,gyro,sensorEV3_Gyro,modeEV3Gyro_RateAndAngle) | |
#pragma config(Sensor,S1,HTIRS2,sensorI2CCustom) | |
#pragma config(Sensor, S4,sonar4,sensorEV3_Ultrasonic) | |
// Change Sensor number | |
//connect Ultrasonic to S4 | |
#include "\EV3\3rd party driver library\include\hitechnic-irseeker-v2.h" |
This file contains 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
#pragma config(StandardModel,"EV3_REMBOT") | |
#pragma config(Sensor,S2,gyro,sensorEV3_Gyro,modeEV3Gyro_RateAndAngle) | |
#pragma config(Sensor,S1,HTIRS2,sensorI2CCustom) | |
#pragma config(Sensor, S4,sonar4,sensorEV3_Ultrasonic) | |
// Change Sensor number | |
//connect Ultrasonic to S4 | |
#include "\EV3\3rd party driver library\include\hitechnic-irseeker-v2.h" |
This file contains 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
/* @theme my-theme */ | |
@import 'default'; | |
img[alt~="center"] { | |
display: block; | |
margin: 0 auto; | |
} |