Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/teensy/servo.h

8 lines
161 B
C
Raw Normal View History

Updated teensy to build. Refactored some stmhal files which are shared with teensy.
2014-06-15 22:33:14 -07:00
void servo_init(void);
extern const mp_obj_type_t pyb_servo_type;
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. In order to have more fine-grained control over how builtin functions are constructed, the MP_DECLARE_CONST_FUN_OBJ macros are made more specific, with suffix of _0, _1, _2, _3, _VAR, _VAR_BETEEN or _KW. These names now match the MP_DEFINE_CONST_FUN_OBJ macros.
2016-10-18 11:06:20 +11:00
MP_DECLARE_CONST_FUN_OBJ_2(pyb_servo_set_obj);
MP_DECLARE_CONST_FUN_OBJ_2(pyb_pwm_set_obj);
Updated teensy to work with latest on master Added analogRead, analogWriteXxx and servo support for teensy.
2014-01-14 22:23:56 -08:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 89ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API