fix script
This commit is contained in:
parent
2e432cd7a7
commit
55aa99c4d3
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#define PWM_SINE_MAX 64
|
#define PWM_SINE_MAX 64
|
||||||
#define PWM_OVERFLOW_MAX 1024
|
#define PWM_OVERFLOW_MAX 1024
|
||||||
uint8_t pwm_sine_table[] = {
|
uint8_t pwm_sine_table[] = {
|
||||||
0x7f,0x8b,0x97,0xa4,0xaf,0xbb,0xc5,0xcf,0xd9,0xe1,0xe8,0xef,0xf4,0xf8,0xfb,0xfd,
|
0x7f,0x8b,0x97,0xa4,0xaf,0xbb,0xc5,0xcf,0xd9,0xe1,0xe8,0xef,0xf4,0xf8,0xfb,0xfd,
|
||||||
0xfd,0xfd,0xfb,0xf8,0xf3,0xee,0xe7,0xe0,0xd7,0xce,0xc4,0xb9,0xae,0xa2,0x96,0x89,
|
0xfd,0xfd,0xfb,0xf8,0xf3,0xee,0xe7,0xe0,0xd7,0xce,0xc4,0xb9,0xae,0xa2,0x96,0x89,
|
||||||
0x7e,0x71,0x65,0x59,0x4d,0x42,0x37,0x2d,0x24,0x1c,0x15,0x0f,0x09,0x05,0x03,0x01,
|
0x7e,0x71,0x65,0x59,0x4d,0x42,0x37,0x2d,0x24,0x1c,0x15,0x0f,0x09,0x05,0x03,0x01,
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import glob
|
|||||||
import zlib
|
import zlib
|
||||||
|
|
||||||
|
|
||||||
TARGET="/home/david/Dropbox/Tech/Quickdev16/roms/08"
|
TARGET="/Users/david/Dropbox/Tech/Quickdev16/roms/08"
|
||||||
|
|
||||||
count = 0
|
count = 0
|
||||||
total_zip_len = 0
|
total_zip_len = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user