X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=build-stages%2Fc_both_sonars%2Fc_both_sonars.ino;h=e39c0c4c20e3e2cc06ad3bc7dec6446452a7d4a8;hb=661ac21e0bd2e7a48c7bed6332e948873f4a2b23;hp=ed81af469543efcbd9066fd6958f2e95e0037731;hpb=133346797dd39ae3da1ae2c35d7c05e4ea5994cb;p=challenge-bot diff --git a/build-stages/c_both_sonars/c_both_sonars.ino b/build-stages/c_both_sonars/c_both_sonars.ino index ed81af4..e39c0c4 100644 --- a/build-stages/c_both_sonars/c_both_sonars.ino +++ b/build-stages/c_both_sonars/c_both_sonars.ino @@ -12,10 +12,14 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ +// yellow wire int right_echo_pin = 6; +// blue wire int right_trigger_pin = 7; +// yellow wire int left_echo_pin = 11; +// blue wire int left_trigger_pin = 12; int count = 0;