X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=build-stages%2Fc_both_sonars%2Fc_both_sonars.ino;fp=build-stages%2Fc_both_sonars%2Fc_both_sonars.ino;h=e39c0c4c20e3e2cc06ad3bc7dec6446452a7d4a8;hp=ed81af469543efcbd9066fd6958f2e95e0037731;hb=661ac21e0bd2e7a48c7bed6332e948873f4a2b23;hpb=ced82105b4d54b72b9a4af60f12d6a79b0ddff56 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;