Alex P. Sharper
Alex P. Sharper
> ``` > pip install git+https://github.com/p5py/p5.git#egg=p5 > ``` I ran that and it said p5 was built. However, it still unfortunately gives me the same attribute error when I try...
> Just to be clear, there's technically no need to wait for a merge to be able to use this within PlatformIO as of right now. Create an arbitrary project...
> In `xiaoblesense_adafruit_nrf52`, you also have the builtin LEDs defined as per `variant.h`: > > https://github.com/maxgerhardt/framework-arduinoadafruitnrf52-seeed/blob/92b45349d6af8fcb88603b4231d24f91a64320e6/variants/Seeed_XIAO_nRF52840_Sense/variant.h#L34-L36 Thanks!
@maxgerhardt I'm using the `[env:xiaoblesense_adafruit_nrf52]` environment and `board = xiaoblesense_adafruit` options in the platformio.ini file, and I have ``` lib_deps = https://github.com/Seeed-Studio/Seeed_Arduino_LSM6DS3.git ``` I am trying to use the Xiao...
I am getting this same exception on Mac Vetura 13.3 with the basic "trending videos" example. `from TikTokApi import TikTokApi import asyncio import os ms_token = os.environ.get("ms_token", None) # get...