microsoft / jacdac-stm32x0

Jacdac implementation for STM32F0 and similar
MIT License
11 stars 10 forks source link

rename profile .c files to match service short name #24

Closed pelikhan closed 3 years ago

pelikhan commented 3 years ago

in jacdac-msr-modules, slider.c should be potentiometer.c, etc... It makes it easier to find an implemention in VS Code and in general should be a good naming convention.

etc...

mmoskal commented 3 years ago

renamed prefixes, but I left the files - the best way to look for examples is to grep for "button_init" or similar - name matching won't work in many cases, like thermometer+humidity sensor; also I find it more useful to only see the service files when I open button in VS Code - there's too many targets that just call the init function