Andrew Scheller
Andrew Scheller
Presumably this also fixes / supersedes the issues identified with the current example code? https://github.com/raspberrypi/pico-examples/issues?q=is%3Aopen+MPU6050
@NirajPatelRobots This PR has ballooned back up to 12 separate commits again :confused:
There doesn't appear to be a `main()` function here which calls `uart_gps_init` or `process_gps_data()` ? :confused: The examples in `pico-examples` generally include at least one "standalone example" that creates a...
> Hello @lurch, ok I will add the main function right now Thanks! Could you also please clarify which licence this code is released under?
> Sure, this code is released under the MIT license A comment in the source-code saying that (for the benefit of future readers) would be great.
Huh? Could you provide some more detail please? Thank you.
This is probably the sort of question you should be asking at https://forums.raspberrypi.com/viewforum.php?f=143 > There is also no sound, which comes to my second question, how can i enable it...
> I also can't boot Ubuntu 24.04 from an SD card either... However, if I boot Ubuntu 24.04 from the SD card... Huh? 🙃 Obviously this will be **much** easier...
ping @davidplowman and @naushir
> However, one pin that I wait on is a gpio pin (wait 0 gpio ) and therefore this is directly referenced in the PIO code, which I assume there's...