-
Notifications
You must be signed in to change notification settings - Fork 1k
Is this an error?! #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, in fact it was done by @fprwi6labs for the old F0 core: |
Looking at the code, precision seems not to be a main concern: the function always waits for |
Yes, why not. |
delayInsideIT() code should have been in the method: void GSM3SoftSerial::tunedDelay(uint16_t delay) It was introduced as an API to support built-in GSM library on Nucleo-L476RG and is not relevant for other. Fix stm32duino#250 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
delayInsideIT() code should have been in the method: void GSM3SoftSerial::tunedDelay(uint16_t delay) It was introduced as an API to support built-in GSM library on Nucleo-L476RG and is not relevant for other. Fix stm32duino#250 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Arduino_Core_STM32/cores/arduino/stm32/clock.c
Line 99 in cf54e13
In the comment you say "divide by 4" but in the code you divide by 5, is it an error?!
The text was updated successfully, but these errors were encountered: