mirror of
				https://github.com/s00500/SimpleExpressions
				synced 2025-10-31 02:03:26 +00:00 
			
		
		
		
	Bug fixes
This commit is contained in:
		| @@ -134,7 +134,7 @@ | |||||||
|  |  | ||||||
| const int songspeed = 1; | const int songspeed = 1; | ||||||
|  |  | ||||||
| const PROGMEM int notes[] = {       //Note of the song, 0 is a rest/pulse | const PROGMEM double notes[] = {       //Note of the song, 0 is a rest/pulse | ||||||
|   NOTE_E4, NOTE_G4, NOTE_A4, NOTE_A4, 0, |   NOTE_E4, NOTE_G4, NOTE_A4, NOTE_A4, 0, | ||||||
|   NOTE_A4, NOTE_B4, NOTE_C5, NOTE_C5, 0, |   NOTE_A4, NOTE_B4, NOTE_C5, NOTE_C5, 0, | ||||||
|   NOTE_C5, NOTE_D5, NOTE_B4, NOTE_B4, 0, |   NOTE_C5, NOTE_D5, NOTE_B4, NOTE_B4, 0, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GitHub
						GitHub