building - Extending CircuitPython (Simple Example) how to complete - Stack Overflow

I was building Circuitpython from the github repro from adafruit.This was working for a raspi pico wel

I was building Circuitpython from the github repro from adafruit. This was working for a raspi pico well. I could compile and dounload the firmware.uf2 -> Thonny everthing look OK. Next I wanted to add a C-written module. Doing as described by adafruit was OK until the point:

ports/atmel-samd

We'll need to edit two files to hook our new module into the build: Makefile

We need to add the c files we added to shared-module to the SRC_SHARED_MODULE list:

mymodule/init.c
mymodule/MyClass.c \

I do not know where to find the SRC_SHARED_MODULE list and where to make the changes?

Thank you for the help.

Tips where to insert then module name

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742308987a4419510.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信