attiny-common
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -126,3 +126,4 @@ /* | ||
this.reset.high(); | ||
setTimeout(callback, 75); | ||
// for Tessel 2, need to wait .1 seconds so that the attiny will reboot before acking | ||
setTimeout(callback, 100); | ||
} | ||
@@ -129,0 +130,0 @@ |
{ | ||
"name": "attiny-common", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A common library for Tessel's ATTiny based modules", | ||
@@ -19,3 +19,3 @@ "main": "./lib/index.js", | ||
"dependencies" : { | ||
"avr-isp": "~0.0.3", | ||
"avr-isp": "0.0.4", | ||
"sync-queue" : "~0.0.1" | ||
@@ -22,0 +22,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22647
467
+ Addedavr-isp@0.0.4(transitive)
- Removedavr-isp@0.0.5(transitive)
Updatedavr-isp@0.0.4