##// END OF EJS Templates
Added cpuid getter...
Added cpuid getter Refactored gpio API, and updated for better consistency with other APIs. Started descriptive init.

File last commit:

r100:e8e36f727532 dev_alexis
r104:cfe8b1e0657d dev_alexis
Show More
examples.pro
21 lines | 292 B | text/idl | PrologLexer
TEMPLATE = subdirs
CONFIG += ordered
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
SUBDIRS += \
helloWorld \
DAC \
PWM
}
contains( UCMODEL, simulator ){
SUBDIRS += \
helloWorld
}
}