发帖
11 0 0

Defailt I2C pins for AiPi-UNO

nnTT
注册会员

1

主题

1

回帖

84

积分

注册会员

积分
84
小安派Cam 1041 11 2024-3-21 21:08:28
I'm trying to use a AiPi-UNO with Arduino IDE. I'm trying to connect a I2C device. Does anybody know what the default I2C pins are or how to define the pins?
──── 0人觉得很赞 ────

使用道具 举报

2024-3-21 23:09:30
不知道,你可以用gpio模拟i2c的方法
2024-3-22 00:06:31
Do you know how? With an ESP32 I would do it like this:
#include <Wire.h>
#define SDA_PIN 21
#define SCL_PIN 22

void setup(){
  Wire.begin(SDA_PIN, SCL_PIN);

This however does't work with the BL618
2024-3-22 08:26:50
参考bl618G0板子的引脚定义
2024-3-22 09:20:00
参考i2c demo
2024-3-22 10:41:14
学习
2024-3-22 11:33:24
跟着了解下
2024-3-24 16:45:01
2024-3-24 21:13:45
2024-3-24 21:29:12
您需要登录后才可以回帖 立即登录
高级模式
12下一页
统计信息
  • 会员数: 28292 个
  • 话题数: 40269 篇