Writing and downloading a simple program with RobotC for Cortex
Автор: Andrew Goering
Загружено: 18 апр. 2016 г.
Просмотров: 283 просмотра
Here's the code presented in the video:
#pragma config(Sensor, dgtl1, led, sensorLEDtoVCC)
//*!!Code automatically generated by 'ROBOTC' configuration wizard !!*//
task main()
{
while(true)
{
SensorValue(led) = 1;
wait1Msec(500);
SensorValue(led) = 0;
wait1Msec(500);
}
}

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: