mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
sine_table_generator: update usage
This commit is contained in:
parent
ae1c72f5b6
commit
293fd5fb21
@ -15,7 +15,7 @@ sine_frequency = 441
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
usage = '''
|
usage = '''
|
||||||
Usage: ./sine_table.py sine_frequency sine_sample_rate
|
Usage: ./sine_table_generator.py sine_frequency sine_sample_rate
|
||||||
'''
|
'''
|
||||||
|
|
||||||
if (len(sys.argv) < 3):
|
if (len(sys.argv) < 3):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user