Skip to content

Commit

Permalink
- Reboot by WDT bug in LWIP
Browse files Browse the repository at this point in the history
* Ultrasonic example renamed (Thanks to https://github.com/ploys for this code)
  • Loading branch information
anakod committed Apr 6, 2015
1 parent e99cb5d commit 8c98f5d
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file modified Sming/compiler/lib/libopenlwip.a
Binary file not shown.
4 changes: 2 additions & 2 deletions Ultrasonic/.cproject → Ultrasonic_HCSR04/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<project id="Ultrasonic.null.1347473968" name="Ultrasonic"/>
<project id="Ultrasonic_HCSR04.null.1347473968" name="Ultrasonic_HCSR04"/>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="Default">
<resource resourceType="PROJECT" workspacePath="/Ultrasonic"/>
<resource resourceType="PROJECT" workspacePath="/Ultrasonic_HCSR04"/>
</configuration>
</storageModule>
<storageModule moduleId="scannerConfiguration">
Expand Down
2 changes: 1 addition & 1 deletion Ultrasonic/.project → Ultrasonic_HCSR04/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Ultrasonic</name>
<name>Ultrasonic_HCSR04</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* WARNING !
* Ultrasonic modules usually work with 5v power and TTL levels,
* Ultrasonic_HCSR04 modules usually work with 5v power and TTL levels,
* so You need voltage divider or level shifter for ECHO pin.
*
* Trigger pin is tolerant for 3.3v and in my case work without problems
Expand Down
File renamed without changes.

0 comments on commit 8c98f5d

Please sign in to comment.