Skip to content

Commit 4fa1761

Browse files
author
Shuhei Kozasa
authored
Fix A# freq. defined in step2 (#50)
1 parent af0c46a commit 4fa1761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SampleProgram/step2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ int main(void) {
5151
write(buzzer, "440", 4);
5252
break;
5353
case 'u': // ra#
54-
write(buzzer, "446", 4);
54+
write(buzzer, "466", 4);
5555
break;
5656
case 'j': // shi
5757
write(buzzer, "493", 4);

SampleProgram/step2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __call__(self):
2121

2222
freq_dict = {
2323
"0": "0", "a": "261", "w": "277", "s": "293", "e": "311", "d": "329",
24-
"f": "349", "t": "370", "g": "392", "y": "415", "h": "440", "u": "446",
24+
"f": "349", "t": "370", "g": "392", "y": "415", "h": "440", "u": "466",
2525
"j": "493", "k": "523"}
2626

2727
while 1:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy