初始化提交
This commit is contained in:
25
arduino-cli/libraries/MsTimer2/library.json
Normal file
25
arduino-cli/libraries/MsTimer2/library.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "MsTimer2",
|
||||
"keywords": "timer, callback",
|
||||
"description": "MsTimer2 is a small and very easy to use library to interface Timer2 with humans. It's called MsTimer2 because it \"hardcodes\" a resolution of 1 millisecond on timer2.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PaulStoffregen/MsTimer2.git"
|
||||
},
|
||||
"authors": [{
|
||||
"name": "Javier Valencia",
|
||||
"email": "javiervalencia80@gmail.com",
|
||||
"url": "http://www.pjrc.com/teensy/td_libs_MsTimer2.html"
|
||||
}, {
|
||||
"name": "Paul Stoffregen",
|
||||
"url": "https://www.pjrc.com/about/",
|
||||
"maintainer": true
|
||||
}],
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
],
|
||||
"platforms": [
|
||||
"atmelavr",
|
||||
"teensy"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user