Skip to content

Commit

Permalink
Move path of doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alinyo98 committed Aug 2, 2024
1 parent 8bb42b7 commit 9911ed7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

* TMYTEK general API for Windows/Linux platform.

# Menu

* [Introduction](#introduction)
* [Latest Release & Examples](#latest-release--examples)
* [Prerequisites](#prerequisites)
* [Troubleshooting](#troubleshooting)

## Introduction

**TLKCore** is a core service which inside the TMXLAB KIT(TLK/[WEB-TLK](https://web-tlk.tmytek.com/)), it integrates Python built libraries which developing mmWave( n257 / n258 / n260 / n261 ) **beamforming** and **beam steering** applications on **BBox 5G Series(mmwave beamformer)** and **UDBox 5G Series(mmwave Up-down frequency converter)** and other standard products developed by TMYTEK.
Expand Down Expand Up @@ -32,6 +39,8 @@ The **.pyd** format release is for Windows shared library and **.so** format rel

* [[Download Link](/release)]

* [[Doc for function reference](/release/doc/)]

* [[Example code for supported languages](/examples/)]

<!-- [![support](/images/support_languages.png)](/examples/) -->
Expand Down
2 changes: 1 addition & 1 deletion examples/C_Cpp/lib_tlkcore_cpp/src/tlkcore_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class tlkcore_lib_impl : public tlkcore_lib
}
auto config = devs.attr("get")(sn);
if (config == Py_None) { // equals Python: if config is None:
cout << "[TLKCore] Not found: " << sn << endl;
cout << "[TLKCore] Not found: " << sn << "in the config file" << endl;
return -1;
}
// cout << config << endl;
Expand Down
File renamed without changes.

0 comments on commit 9911ed7

Please sign in to comment.