BlocklyProp icon indicating copy to clipboard operation
BlocklyProp copied to clipboard

Improve/cleanup generated C

Open MatzElectronics opened this issue 7 years ago • 2 comments

SimpleLibraries>simpletools.h needs a few functions added, and then with the newly added ability to prevent variable collisions, it's time to improve the c that is generated, and move functions that are currently generated by blocks into Simple Libraries (and use libraries that have been newly added), including:

  • constrain
  • map/mapi (mapi only in BlocklyProp)
  • keypad
  • ADC (MCP8XXX)
  • String handling functions that enhance the stdlib/stdio functions

MatzElectronics avatar Jul 29 '17 04:07 MatzElectronics