Skip to content

Commit

Permalink
Fixing underscore math
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunity committed Nov 9, 2023
1 parent f188550 commit d9fabfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ documentation:
Use the following formula to calculate the 10-bit value for a particular frequency:
$$ n = clock_f_r_e_q_u_e_n_c_y / (32 * note_f_r_e_q_u_e_n_c_y) $$
$$ n = clock_{frequency} / (32 * note_{frequency}) $$
For example 10-bit value that plays 440 Hz note on a chip clocked at 4 MHz would be:
Expand Down

0 comments on commit d9fabfd

Please sign in to comment.