Install Arduino Mbed OS RP2040 Boards in Arduino IDE, to program Raspberry Pi Pico in Arduino.

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi! Is it possible to installing some software running into Linux in this Arduino 2040 ? For example PureData for interactive computer music?!

devil
Автор

Hi. i want to use MPU6050 module with Raspberry Pi Pico board and code on Arduino IDE. I just want to know that, how can i set my SDA and SCL pins in code? Ordinary Arduino i2c choose SDA - A4, SCL - A5. But i use GPIO0 and GPIO1 for SDA and SCL.

_Khayyam__