Skip to content

Commit

Permalink
Merge pull request #2 from TrackPlatformTeam/development
Browse files Browse the repository at this point in the history
api-v4.1.2-cxx
  • Loading branch information
AJIOB authored May 11, 2018
2 parents f9c9e20 + 2a99620 commit 49b1849
Show file tree
Hide file tree
Showing 290 changed files with 167 additions and 9,604 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ TestResult.xml
[Rr]eleasePS/
dlldata.c

# Benchmark Results
BenchmarkDotNet.Artifacts/

# .NET Core
project.lock.json
project.fragment.lock.json
Expand Down Expand Up @@ -186,6 +189,7 @@ AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx

# Visual Studio cache files
# files ending in .cache can be ignored
Expand Down Expand Up @@ -281,11 +285,18 @@ __pycache__/
# tools/**
# !tools/packages.config

# Tabs Studio
*.tss

# Telerik's JustMock configuration file
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
*.xsd.cs

# AJIOB_Exclude
Output
Build*
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "cxx_serial_support"]
path = code/c++/cxx-api/serial_support
path = cxx-api/serial_support
url = https://github.com/wjwwood/serial.git
[submodule "cxx_gamepad_support"]
path = code/c++/cxx-gamepad-app/gamepad_support
path = cxx-gamepad-app/gamepad_support
url = https://github.com/AJIOB/libstem_gamepad.git
[submodule "cxx_libcrc"]
path = code/c++/cxx-api/libcrc
path = cxx-api/libcrc
url = https://github.com/lammertb/libcrc.git
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@

Используемые модули:
- Wi-Fi (ESP8266)
- Bluetooth (HC-05)
- Bluetooth (HC-06)
- Драйвер двигателя (L298N)
- Поворотная платформа

Для отладки требуется небольная модификация исходников Arduino IDE в соответствии с [этой](https://playground.arduino.cc/Main/Printf) статьей.
- Одноцветный OLED дисплей 128x64 на основе контроллера SSD1306

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

Expand Down
Binary file removed code/Arduino/RCa03124
Binary file not shown.
73 changes: 0 additions & 73 deletions code/Arduino/config/Constants.cpp

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions code/Arduino/connection/Bluetooth.cpp

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 49b1849

Please sign in to comment.