Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIOB committed Jan 13, 2018
2 parents 187e49c + 25b8083 commit f9c9e20
Show file tree
Hide file tree
Showing 313 changed files with 14,962 additions and 2,841 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "cxx_serial_support"]
path = code/c++/cxx-api/serial_support
url = https://github.com/wjwwood/serial.git
[submodule "cxx_gamepad_support"]
path = code/c++/cxx-gamepad-app/gamepad_support
url = https://github.com/AJIOB/libstem_gamepad.git
[submodule "cxx_libcrc"]
path = code/c++/cxx-api/libcrc
url = https://github.com/lammertb/libcrc.git
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
- Драйвер двигателя (L298N)
- Поворотная платформа

Датчики расстояния объедены в модуль, который несложно снимается, что позволяет заменить датчики. В модуле 5 датчиков расстояния, расположенных под различными углами для улучшения ориентирования на местности. Так же углы поворота датчиков можно настраивать в небольшом диапазоне. Расположены спереди платформы.
Для отладки требуется небольная модификация исходников Arduino IDE в соответствии с [этой](https://playground.arduino.cc/Main/Printf) статьей.

Датчики расстояния объеденены в модуль, который несложно снимается, что позволяет заменить датчики. В модуле 5 датчиков расстояния, расположенных под различными углами для улучшения ориентирования на местности. Так же углы поворота датчиков можно настраивать в небольшом диапазоне. Расположены спереди платформы.

![](https://pp.userapi.com/c626121/v626121114/60cc7/xe6EOab8Ysw.jpg)

Expand Down
11 changes: 0 additions & 11 deletions code/Arduino/Bluetooth.cpp

This file was deleted.

10 changes: 0 additions & 10 deletions code/Arduino/Bluetooth.h

This file was deleted.

28 changes: 0 additions & 28 deletions code/Arduino/CommandsController.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions code/Arduino/CommandsController.h

This file was deleted.

45 changes: 0 additions & 45 deletions code/Arduino/CommandsEnum.h

This file was deleted.

38 changes: 0 additions & 38 deletions code/Arduino/ConnectingDevice.cpp

This file was deleted.

16 changes: 0 additions & 16 deletions code/Arduino/ConnectingDevice.h

This file was deleted.

41 changes: 0 additions & 41 deletions code/Arduino/Constants.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions code/Arduino/Constants.h

This file was deleted.

39 changes: 0 additions & 39 deletions code/Arduino/MainController.cpp

This file was deleted.

18 changes: 0 additions & 18 deletions code/Arduino/MainController.h

This file was deleted.

Loading

0 comments on commit f9c9e20

Please sign in to comment.