mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +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__":
|
||||
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user