Skip to content

Commit

Permalink
Frequency is in steps of ADDRESS_UNIT
Browse files Browse the repository at this point in the history
  • Loading branch information
caryan committed Apr 21, 2016
1 parent b6f28e0 commit bfc6407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/drivers/APS2Pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def read_sequence_file(fileName):
reset_flag[ct] = True
elif modulator_opcode == 0x6:
#set frequency
next_freq[ct] = phase_rad
next_freq[ct] = phase_rad / ADDRESS_UNIT
elif modulator_opcode == 0xa:
#set phase
next_phase[ct] = phase_rad
Expand Down

0 comments on commit bfc6407

Please sign in to comment.