mirror of
https://github.com/WallabyLester/RBF-aPID-Controller.git
synced 2026-05-09 20:53:57 +08:00
Initial creation of cpp version. Updated README.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
|
||||
int main() {
|
||||
std::cout << "Test" << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -19,4 +19,7 @@ The method has been implemented in three ways:
|
||||
|
||||

|
||||
|
||||
3. C++ `CPP_Implementation`: Written in C++ (requiring `cmath`), for use on embedded systems.
|
||||
3. [CPP_Implementation](/CPP_Implementation/): Written in C++ (requiring `cmath`), for use on embedded systems.
|
||||
|
||||
To build executable: `g++ RBF_aPID.cpp -o RBF_aPID.exe`\
|
||||
To run: `./RBF_aPID.exe`
|
||||
|
||||
Reference in New Issue
Block a user