Navigation

    logo-text

    MH-ET LIVE

    • Register
    • Login
    • Search
    • \[\[global:header.categories\]\]
    • \[\[global:header.unread\]\]
    • \[\[global:header.recent\]\]
    • \[\[global:header.tags\]\]
    • \[\[global:header.popular\]\]
    • \[\[global:header.groups\]\]
    • \[\[global:header.search\]\]
    1. Home
    2. cellie
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    cellie

    @cellie

    0
    Reputation
    2
    Posts
    1452
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    cellie Follow

    Best posts made by cellie

    This user hasn't posted anything yet.

    Latest posts made by cellie

    • RE: [Minikit]>>DS18B20 module test

      @cellie said in [Minikit]>>DS18B20 module test:

      Fixed it by installing http://www.pjrc.com/teensy/td_libs_OneWire.html

      posted in Devkit/Minikit Testing
      C
      cellie
    • RE: [Minikit]>>DS18B20 module test

      This is not working for me.
      Installed the MHDS18B20 library and got this error compiling:

      blabla...
      "/tmp/arduino_build_837499/sketch/MHDS18B20.ino.cpp" -o "/tmp/arduino_build_837499/preproc/ctags_target_for_gcc_minus_e.cpp"
      In file included from /home/cellie/Arduino/hardware/espressif/esp32/libraries/MHDS18B20/example/MHDS18B20/MHDS18B20.ino:1:0:
      /home/cellie/Arduino/hardware/espressif/esp32/libraries/MHDS18B20/MHDS18B20.h:9:21: fatal error: OneWire.h: No such file or directory
       #include <OneWire.h>
      
                           ^
      compilation terminated.
      Using library MHDS18B20 in folder: /home/cellie/Arduino/hardware/espressif/esp32/libraries/MHDS18B20 (legacy)
      exit status 1
      Error compiling for board ESP32 Dev Module.
      
      posted in Devkit/Minikit Testing
      C
      cellie