adafruit / RadioHead

A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/
Other
186 stars 115 forks source link

Stm32 Ask Modulation #42

Open coskunhasib opened 4 years ago

coskunhasib commented 4 years ago

Hello,

I'm working about srx882/stx882 wireless communication with between two stm32f4 discovery board. I don't want to use arduino library. But i didn't find anything about stm32 433 mhz rf modulation. And i don't know convert arduino library to stm32 library

How can i do that?

Unn20 commented 3 years ago

You can try to use https://github.com/stm32duino . It allows You to use Arduino's writed libraries on STM32 processors, also with discovery board.