Search found 1 match
- Mon Nov 23, 2020 7:30 pm
- Forum: Development of MicroPython
- Topic: External C module in Pumbaa
- Replies: 1
- Views: 1614
External C module in Pumbaa
Hi everybody, I use Pumbaa in Platformio and it is great thing. But I failed to include a external C module. In my project I need to generate sine waves with up to 30 kHz on the Dac and measure the amplitude and phase with the Adc. That´s only possible in an external C module what I want to call in ...