Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KY-037 Microphone sensor module (high sensitivity)

Picture

image

platformio.ini – project configuration file

[env:my_build_env]
platform = atmelavr
framework = arduino

lib_deps =

     # RECOMMENDED
     # Accept new functionality in a backwards compatible manner and patches
     xtor/XTor_KY037 @ ^1.0.1

     # Accept only backwards compatible bug fixes
     # (any version with the same major and minor versions, and an equal or greater patch version)
     xtor/XTor_KY037 @ ~1.0.1

     # The exact version
     xtor/XTor_KY037 @ 1.0.1

Example

https://github.com/LastuvkaLukas/XTor_KY037/tree/master/examples

Releases

Packages

Contributors

Languages