Skip to content

Commit 4ce0038

Browse files
Add dummy / shell library to allow IDE access to the examples
1 parent b5a5e67 commit 4ce0038

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#error *********** This is a dummy library, purely to make the STM32 examples easy to access. Do not include it *********
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#######################################
2+
# Syntax Coloring Map
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
#######################################
10+
# Constants (LITERAL1)
11+
#######################################
12+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=A_STM32_Examples
2+
version=1.0
3+
author=Various
4+
email=
5+
sentence=STM32 examples
6+
paragraph=STM32 examples
7+
url=www.stm32duino.com
8+
architectures=STM32F1
9+
maintainer=
10+
category=Uncategorized

0 commit comments

Comments
 (0)