Add dummy / shell library to allow IDE access to the examples
This commit is contained in:
parent
b5a5e67ad0
commit
4ce00387d8
|
@ -0,0 +1 @@
|
|||
#error *********** This is a dummy library, purely to make the STM32 examples easy to access. Do not include it *********
|
|
@ -0,0 +1,12 @@
|
|||
#######################################
|
||||
# Syntax Coloring Map
|
||||
#######################################
|
||||
|
||||
#######################################
|
||||
# Datatypes (KEYWORD1)
|
||||
#######################################
|
||||
|
||||
#######################################
|
||||
# Constants (LITERAL1)
|
||||
#######################################
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
name=A_STM32_Examples
|
||||
version=1.0
|
||||
author=Various
|
||||
email=
|
||||
sentence=STM32 examples
|
||||
paragraph=STM32 examples
|
||||
url=www.stm32duino.com
|
||||
architectures=STM32F1
|
||||
maintainer=
|
||||
category=Uncategorized
|
Loading…
Reference in New Issue