File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- PYSQUARED_VERSION ?= v2.0.0-alpha-25w34
2- PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION )
1+ PYSQUARED_VERSION ?= v2.0.0-alpha-25w40
2+ PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION ) \ # subdirectory=circuitpython-workspaces/flight-software
33BOARD_MOUNT_POINT ?= ""
44BOARD_TTY_PORT ?= ""
55VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)
Original file line number Diff line number Diff line change 6060
6161 i2c1 = initialize_i2c_bus (
6262 logger ,
63- board .I2C1_SCL ,
64- board .I2C1_SDA ,
63+ board .SCL1 ,
64+ board .SDA1 ,
6565 100000 ,
6666 )
6767
6868 i2c0 = initialize_i2c_bus (
6969 logger ,
70- board .I2C0_SCL ,
71- board .I2C0_SDA ,
70+ board .SCL0 ,
71+ board .SDA0 ,
7272 100000 ,
7373 )
7474
You can’t perform that action at this time.
0 commit comments