2025-08-05 16:35:06 Hello. Quick question; is there a sane and reasonable way to do i2c via retroforth? 2025-08-05 16:39:01 Are you running it on a raspberry pi or something? 2025-08-05 16:48:35 That is the plan 2025-08-05 16:48:46 at least to start with. 2025-08-05 16:49:06 I'm looking for ways to talk to an AHT20 sensor that doesn't require learning Python, or C 2025-08-05 16:57:31 Unfortunately the only docs I can see for that sensor is some Arduino C++ 2025-08-05 16:57:37 For the registers etc 2025-08-05 16:58:24 Yeah. That's why I asked about i2c; it uses i2c for comms 2025-08-05 16:59:16 Yes but you need to know the registers etc to talk to it, even if you already have an I2C driver 2025-08-05 16:59:32 And the only docs I've found are in C++ 2025-08-05 16:59:40 I guess it's easier to read C++ than to write it 2025-08-05 17:00:06 I have the datasheets and everything for the device; I just need the i2c 2025-08-05 23:31:47 Where's datasheet?