Skip to content

Commit 56735bb

Browse files
authored
Merge pull request #2 from TrackPlatformTeam/development
api v 4.1.1 release
2 parents f9c9e20 + 8120591 commit 56735bb

330 files changed

Lines changed: 1857 additions & 14476 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
[submodule "cxx_serial_support"]
2-
path = code/c++/cxx-api/serial_support
3-
url = https://github.com/wjwwood/serial.git
4-
[submodule "cxx_gamepad_support"]
5-
path = code/c++/cxx-gamepad-app/gamepad_support
6-
url = https://github.com/AJIOB/libstem_gamepad.git
7-
[submodule "cxx_libcrc"]
8-
path = code/c++/cxx-api/libcrc
9-
url = https://github.com/lammertb/libcrc.git

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
Используемые модули:
1212
- Wi-Fi (ESP8266)
13-
- Bluetooth (HC-05)
13+
- Bluetooth (HC-06)
1414
- Драйвер двигателя (L298N)
1515
- Поворотная платформа
16-
17-
Для отладки требуется небольная модификация исходников Arduino IDE в соответствии с [этой](https://playground.arduino.cc/Main/Printf) статьей.
16+
- Одноцветный OLED дисплей 128x64 на основе контроллера SSD1306
1817

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

code/Arduino/RCa03124

-2.83 KB
Binary file not shown.

code/Arduino/config/CommandsEnum.h

Lines changed: 0 additions & 80 deletions
This file was deleted.

code/Arduino/config/Constants.cpp

Lines changed: 0 additions & 73 deletions
This file was deleted.

code/Arduino/config/Constants.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

code/Arduino/connection/Bluetooth.cpp

Lines changed: 0 additions & 16 deletions
This file was deleted.

code/Arduino/connection/Bluetooth.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)