Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: YATTT sd_map_test cPong SnowDemo ... more
delay.cpp
00001 #include <Arduino.h> 00002 #include "PokittoCore.h " 00003 00004 Pokitto::Core _dc; 00005 00006 /** for Arduino compatibility **/ 00007 void delay(unsigned long t) { 00008 _dc.wait(t); 00009 }
Generated on Tue Jul 12 2022 11:20:32 by
1.7.2