Hello! I use following code to read ADS1115 chip and write data to SQL table. This works well. Maybe someone can help me to add GPIO pin status logging function to code above? Just read logic state (high or low) of GPIO pin and write number 1 (high) or 0 (low) to SQL column named pin1, pin2, etc. Fo...