LiquidCGS / FastIMU

the IMU library to rule them all (wip)
MIT License
122 stars 15 forks source link

Seems to be an issue with a library manifest and can't be built with Platformio #11

Closed berkut0 closed 10 months ago

berkut0 commented 10 months ago

I'm trying to port my source code to Platformio and encountered couple of weird things

  1. First of all it can't be found in Platformio library search
  2. Platformio "ignores broken library manifest"
  1. For now, I can't build my project directly using the library from github
screenshots Was used ```C MPU6050 IMU; ```
berkut0 commented 10 months ago

At least one error here: изображение

LiquidCGS commented 10 months ago

I don't usually use platformio so I didn't catch this earlier oops I'll take a closer look at this later today or tomorrow

LiquidCGS commented 10 months ago

I forgot to make a branch for this fix, it was just that line breaking the manifest. looks like it works now, you'll get some warnings due to me leaving an unfinished IMU type in as it's a WIP but it'll compile just fine