sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 6 forks source link

[Blockly][Codegenerator] change type of function for lightsensors #266

Closed mariopesch closed 6 months ago

mariopesch commented 6 months ago

Block description

currently its implement as:

unsigned int Lightsensor_getIlluminance()

Expected block behaviour

should be:

uint32_t Lightsensor_getIlluminance()