@furuskog if you have access to I2C on the puck, you probably will succeed in integrating this chirp sensor. I2C1.setup({scl:B6,sda:B7}); You just have to change the name of SCL and SDA lines and it should just work.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@furuskog if you have access to I2C on the puck, you probably will succeed in integrating this chirp sensor.
I2C1.setup({scl:B6,sda:B7});
You just have to change the name of SCL and SDA lines and it should just work.