LukeUSMC / ds18b20-bluz

MIT License
1 stars 3 forks source link

Errors compiling in the Particle Web IDE #1

Open hl68fx opened 8 years ago

hl68fx commented 8 years ago

Thank you very much for your work LukeUSMC! I have copied your code to the Particle Web IDE and tried to compile the example for my BluzDK but there occured a lot of errors like

Particle-OneWire.h:129:38: error: invalid use of incomplete type 'struct STM32_Pin_Info'
       nrf_gpio_pin_clear(PIN_MAP[_pin].gpio_pin); 

Am I doing something wrong or is it not ready to use yet? Kind regards, Tom

GregSawin commented 8 years ago

I fixed the compile issues and submitted a Pull request.