From d311655655b72fcb898a8d35bfe926a9adb1bebd Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 22 Mar 2014 15:06:29 +0000 Subject: stmhal: Add time module with sleep function. --- stmhal/timemodule.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 stmhal/timemodule.h (limited to 'stmhal/timemodule.h') diff --git a/stmhal/timemodule.h b/stmhal/timemodule.h new file mode 100644 index 000000000..70e35b1fd --- /dev/null +++ b/stmhal/timemodule.h @@ -0,0 +1 @@ +extern const mp_obj_module_t time_module; -- cgit v1.2.3