#include #include "basic/basic.h" void ram(void){ for (int x=0;x<20;x++){ gpioSetValue (RB_LED1, x%2); delayms(50); }; };