.

Dependencies:   RTC-DS1307 mbed

Committer:
Karrots3
Date:
Mon Apr 18 19:20:22 2016 +0000
Revision:
3:0fa42a66a4a6
Parent:
0:3fa629914ea5
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Karrots3 0:3fa629914ea5 1 #define NOTE_B0 31
Karrots3 0:3fa629914ea5 2 #define NOTE_C1 33
Karrots3 0:3fa629914ea5 3 #define NOTE_CS1 35
Karrots3 0:3fa629914ea5 4 #define NOTE_D1 37
Karrots3 0:3fa629914ea5 5 #define NOTE_DS1 39
Karrots3 0:3fa629914ea5 6 #define NOTE_E1 41
Karrots3 0:3fa629914ea5 7 #define NOTE_F1 44
Karrots3 0:3fa629914ea5 8 #define NOTE_FS1 46
Karrots3 0:3fa629914ea5 9 #define NOTE_G1 49
Karrots3 0:3fa629914ea5 10 #define NOTE_GS1 52
Karrots3 0:3fa629914ea5 11 #define NOTE_A1 55
Karrots3 0:3fa629914ea5 12 #define NOTE_AS1 58
Karrots3 0:3fa629914ea5 13 #define NOTE_B1 62
Karrots3 0:3fa629914ea5 14 #define NOTE_C2 65
Karrots3 0:3fa629914ea5 15 #define NOTE_CS2 69
Karrots3 0:3fa629914ea5 16 #define NOTE_D2 73
Karrots3 0:3fa629914ea5 17 #define NOTE_DS2 78
Karrots3 0:3fa629914ea5 18 #define NOTE_E2 82
Karrots3 0:3fa629914ea5 19 #define NOTE_F2 87
Karrots3 0:3fa629914ea5 20 #define NOTE_FS2 93
Karrots3 0:3fa629914ea5 21 #define NOTE_G2 98
Karrots3 0:3fa629914ea5 22 #define NOTE_GS2 104
Karrots3 0:3fa629914ea5 23 #define NOTE_A2 110
Karrots3 0:3fa629914ea5 24 #define NOTE_AS2 117
Karrots3 0:3fa629914ea5 25 #define NOTE_B2 123
Karrots3 0:3fa629914ea5 26 #define NOTE_C3 131
Karrots3 0:3fa629914ea5 27 #define NOTE_CS3 139
Karrots3 0:3fa629914ea5 28 #define NOTE_D3 147
Karrots3 0:3fa629914ea5 29 #define NOTE_DS3 156
Karrots3 0:3fa629914ea5 30 #define NOTE_E3 165
Karrots3 0:3fa629914ea5 31 #define NOTE_F3 175
Karrots3 0:3fa629914ea5 32 #define NOTE_FS3 185
Karrots3 0:3fa629914ea5 33 #define NOTE_G3 196
Karrots3 0:3fa629914ea5 34 #define NOTE_GS3 208
Karrots3 0:3fa629914ea5 35 #define NOTE_A3 220
Karrots3 0:3fa629914ea5 36 #define NOTE_AS3 233
Karrots3 0:3fa629914ea5 37 #define NOTE_B3 247
Karrots3 0:3fa629914ea5 38 #define NOTE_C4 262
Karrots3 0:3fa629914ea5 39 #define NOTE_CS4 277
Karrots3 0:3fa629914ea5 40 #define NOTE_D4 294
Karrots3 0:3fa629914ea5 41 #define NOTE_DS4 311
Karrots3 0:3fa629914ea5 42 #define NOTE_E4 330
Karrots3 0:3fa629914ea5 43 #define NOTE_F4 349
Karrots3 0:3fa629914ea5 44 #define NOTE_FS4 370
Karrots3 0:3fa629914ea5 45 #define NOTE_G4 392
Karrots3 0:3fa629914ea5 46 #define NOTE_GS4 415
Karrots3 0:3fa629914ea5 47 #define NOTE_A4 440
Karrots3 0:3fa629914ea5 48 #define NOTE_AS4 466
Karrots3 0:3fa629914ea5 49 #define NOTE_B4 494
Karrots3 0:3fa629914ea5 50 #define NOTE_C5 523
Karrots3 0:3fa629914ea5 51 #define NOTE_CS5 554
Karrots3 0:3fa629914ea5 52 #define NOTE_D5 587
Karrots3 0:3fa629914ea5 53 #define NOTE_DS5 622
Karrots3 0:3fa629914ea5 54 #define NOTE_E5 659
Karrots3 0:3fa629914ea5 55 #define NOTE_F5 698
Karrots3 0:3fa629914ea5 56 #define NOTE_FS5 740
Karrots3 0:3fa629914ea5 57 #define NOTE_G5 784
Karrots3 0:3fa629914ea5 58 #define NOTE_GS5 831
Karrots3 0:3fa629914ea5 59 #define NOTE_A5 880
Karrots3 0:3fa629914ea5 60 #define NOTE_AS5 932
Karrots3 0:3fa629914ea5 61 #define NOTE_B5 988
Karrots3 0:3fa629914ea5 62 #define NOTE_C6 1047
Karrots3 0:3fa629914ea5 63 #define NOTE_CS6 1109
Karrots3 0:3fa629914ea5 64 #define NOTE_D6 1175
Karrots3 0:3fa629914ea5 65 #define NOTE_DS6 1245
Karrots3 0:3fa629914ea5 66 #define NOTE_E6 1319
Karrots3 0:3fa629914ea5 67 #define NOTE_F6 1397
Karrots3 0:3fa629914ea5 68 #define NOTE_FS6 1480
Karrots3 0:3fa629914ea5 69 #define NOTE_G6 1568
Karrots3 0:3fa629914ea5 70 #define NOTE_GS6 1661
Karrots3 0:3fa629914ea5 71 #define NOTE_A6 1760
Karrots3 0:3fa629914ea5 72 #define NOTE_AS6 1865
Karrots3 0:3fa629914ea5 73 #define NOTE_B6 1976
Karrots3 0:3fa629914ea5 74 #define NOTE_C7 2093
Karrots3 0:3fa629914ea5 75 #define NOTE_CS7 2217
Karrots3 0:3fa629914ea5 76 #define NOTE_D7 2349
Karrots3 0:3fa629914ea5 77 #define NOTE_DS7 2489
Karrots3 0:3fa629914ea5 78 #define NOTE_E7 2637
Karrots3 0:3fa629914ea5 79 #define NOTE_F7 2794
Karrots3 0:3fa629914ea5 80 #define NOTE_FS7 2960
Karrots3 0:3fa629914ea5 81 #define NOTE_G7 3136
Karrots3 0:3fa629914ea5 82 #define NOTE_GS7 3322
Karrots3 0:3fa629914ea5 83 #define NOTE_A7 3520
Karrots3 0:3fa629914ea5 84 #define NOTE_AS7 3729
Karrots3 0:3fa629914ea5 85 #define NOTE_B7 3951
Karrots3 0:3fa629914ea5 86 #define NOTE_C8 4186
Karrots3 0:3fa629914ea5 87 #define NOTE_CS8 4435
Karrots3 0:3fa629914ea5 88 #define NOTE_D8 4699
Karrots3 0:3fa629914ea5 89 #define NOTE_DS8 4978