Main public logs

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:44, 19 July 2023 37.170.87.133 talk performed unknown action "comments/add" on X708 (Hi, in the python battery code : def readVoltage(self): address = 0x36 read = self._bus.read_word_data(address, 2) swapped = struct.unpack("<H", struct.pack(">H", read))[0] self.voltage = swapped * 1.25 / 1000 / 16 return self.voltage def readCapacity(self): address = 0x36 read = self._bus.read_word_data(address, 4) swapped = struct.unpack("<H", struct.pack(">H", read))[0] self.capacity = swapped / 256 if...)