Documentation for basic functions?

Post here first, or if you can't find a relevant section!
Post Reply
bzqp
Posts: 2
Joined: Wed Mar 08, 2023 3:54 pm

Documentation for basic functions?

Post by bzqp »

Hello, newbie here!
I can't seem to find basic documentation that would list the extra functions specific to stm32duino. I've heard of some of them from the general chatter among people like pwmWrite(), but where is a general documentation that would list them?? I'm not even sure how to change the analogRead() resolution to be honest.
GonzoG
Posts: 403
Joined: Wed Jan 15, 2020 11:30 am
Answers: 26
Location: Prudnik, Poland

Re: Documentation for basic functions?

Post by GonzoG »

pwmWrite() is a function from libMaple/Roger's core. It's pretty limited compared to official STM32 core.
Roger's core wiki: https://stm32duinoforum.com/forum/wiki_ ... _Page.html
official STM32 core wiki: https://github.com/stm32duino/Arduino_Core_STM32/wiki
bzqp
Posts: 2
Joined: Wed Mar 08, 2023 3:54 pm

Re: Documentation for basic functions?

Post by bzqp »

GonzoG wrote: Wed Mar 08, 2023 8:42 pm pwmWrite() is a function from libMaple/Roger's core. It's pretty limited compared to official STM32 core.
Roger's core wiki: https://stm32duinoforum.com/forum/wiki_ ... _Page.html
official STM32 core wiki: https://github.com/stm32duino/Arduino_Core_STM32/wiki
The wiki for libMaple/Roger's core basically directs straight to this forum, there is no documentation of functions there. :P
Post Reply

Return to “General discussion”