Dmitry N. Kolesnikov
Dmitry N. Kolesnikov
same error ``` Error executing lua callback: .../paqs/start/autosave.nvim/lua/auto-save/utils/colors.lua:6: bad argument #1 to 'lower' (string expected, got nil) stack traceback: [C]: in function 'lower' .../paqs/start/autosave.nvim/lua/auto-save/utils/colors.lua:6: in function 'hex_to_rgb' .../paqs/start/autosave.nvim/lua/auto-save/utils/colors.lua:51: in function...
I'm done my library for 1-wire In current moment I’m adding support for ds18b20 In few days I’m going to push it to my GitHub Tested for RP pico
> Hi, > > I'm a novice programmer looking for a tinygo ds18b20 driver to use with Raspberry Pi Pico W. Willing to test. Have used various ds18b20 golang drivers...
> Hello @dn-kolesnikov , thanks for your work, as @matveynator said, please make a pull request to the repo so we can properly review it. > > I do have...
> > > Hi, > > > I'm a novice programmer looking for a tinygo ds18b20 driver to use with Raspberry Pi Pico W. Willing to test. Have used various...
> Hello @dn-kolesnikov , thanks for your work, as @matveynator said, please make a pull request to the repo so we can properly review it. > > I do have...
Hi @conejoninja, I have uno, nano and micro boards. I will check on these boards and let you know the results. on Monday (09.01.2023) after 10 am (GMT+5) I will...
Hi there! https://github.com/dn-kolesnikov/tinygo-drivers.git The driver functionality is ready for use. There are functions for searching devices on the bus (up to 32), reading the temperature in raw values and in...
> Right now, you just create one DS18B20 device and handle the different sensors passing the romId around, could it make sense to use a DS18B20 device for each sensor?...
I have the same behavior: :lua require("go.format").goimport() - only add import :lua require("go.format").gofmt() - just formats