-
Notifications
You must be signed in to change notification settings - Fork 1k
Add documentation for the particularities of this core #464
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 @romainreignier and thanks. |
@fpistm Thank you, I have added a note. So if you agree with the format, I will had the same kind of section for SPI and i2c. |
Agreed of course 👍 |
I have added i2c and SPI examples. |
|
Since a month I've added/updated several Wiki pages. |
Wiki is updated regularly as requested by the OP. |
To follow the discussion started in #458, it would be nice to document the usage of this core for users coming for official Arduino core.
Even if a dedicated website would be nice, it requires some work to setup a template with some style, categories... So instead, I propose to leverage the existing wiki.
I have started by adding the
HardwareSerial
info reported in #458, see here:https://github.com/stm32duino/wiki/wiki/API#hardwareserial
Do you think it is the right place? I am open to any suggestions.
@fpistm For the
HardwareSerial
case, using the first method (declaring aHardwareSerial
in the sketch) will not enable theserialEvent()
callback, right?For what I understand here:
Arduino_Core_STM32/cores/arduino/WSerial.h
Lines 33 to 37 in 830bb00
Only passing
-DENABLE_HWSERIAL1
will enable it. Am I right?ToDo:
Digital(Read|Write)Fast()
,digitalToggle()
anddigitalToggleFast()
...
The text was updated successfully, but these errors were encountered: