Cellular example for CodeZoo Type1SC Shield

.gitignore

Committer:
pimco01
Date:
2021-07-27
Revision:
0:04fa3499a11e

File content as of revision 0:04fa3499a11e:

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a

# Executables
*.exe
*.out
*.app

.yotta.json
BUILD
yotta_modules/
yotta_targets/
.DS_Store

# clion
.idea/
cmake-build-*/

# exporters
GettingStarted.html

# mbed build system
mbed-os/
mbed_settings.py
mbed_config.h
*.pyc
TARGET_CORDIO_BLUENRG/