diff options
Diffstat (limited to 'stm/qstrdefsport.h')
-rw-r--r-- | stm/qstrdefsport.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stm/qstrdefsport.h b/stm/qstrdefsport.h index 2978f8276d..13532892a7 100644 --- a/stm/qstrdefsport.h +++ b/stm/qstrdefsport.h @@ -10,6 +10,7 @@ Q(source_dir) Q(main) Q(sync) Q(gc) +Q(repl_info) Q(delay) Q(udelay) Q(switch) @@ -25,6 +26,7 @@ Q(rand) Q(Led) Q(LCD) Q(Servo) +Q(SD) Q(SDcard) Q(I2C) Q(gpio) @@ -32,6 +34,8 @@ Q(gpio_in) Q(gpio_out) Q(Usart) Q(ADC) +Q(ADC_all) +Q(Audio) Q(open) Q(File) // Entries for sys.path @@ -44,3 +48,10 @@ Q(PinAF) Q(PinNamed) Q(Exti) Q(ExtiMeta) +Q(rtc_info) +Q(millis) +Q(PULL_NONE) +Q(PULL_UP) +Q(PULL_DOWN) +Q(PUSH_PULL) +Q(OPEN_DRAIN) |