mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update examples
This commit is contained in:
parent
d333f9fe83
commit
c06f99f4b1
@ -16,8 +16,9 @@
|
|||||||
/// - Frequency validation to warn about potential aliasing.
|
/// - Frequency validation to warn about potential aliasing.
|
||||||
///
|
///
|
||||||
/// Usage:
|
/// Usage:
|
||||||
/// - Compile: `gcc -o udp_function_generator udp_function_generator.c -lm`
|
/// - Compile: (UNIX): gcc -o udp_function_generator udp_function_generator.c -lm
|
||||||
/// - Run: `./udp_function_generator [-p port] [-i interval] [-n num_functions]`
|
/// - Compile (Windows): gcc -o udp_function_generator.exe udp_function_generator.c -lws2_32 -lm
|
||||||
|
/// - Run: ./udp_function_generator [-p port] [-i interval] [-n num_functions]
|
||||||
///
|
///
|
||||||
/// Options:
|
/// Options:
|
||||||
/// - `-p <port>`: UDP port (default: 9000)
|
/// - `-p <port>`: UDP port (default: 9000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user