diff options
| author | Damien George | 2014-03-22 15:06:29 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-22 15:06:29 +0000 |
| commit | d311655655b72fcb898a8d35bfe926a9adb1bebd (patch) | |
| tree | 118d15c618a96fe414a1a8c3bb6b3584fed03975 /stmhal/timemodule.h | |
| parent | ad7b84a7b9a1beb960d216995dd608b794440183 (diff) | |
stmhal: Add time module with sleep function.
Diffstat (limited to 'stmhal/timemodule.h')
| -rw-r--r-- | stmhal/timemodule.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
