Arduboy Tower builder game Task: Write simple tower builder game. Goal of game: Build high tower with moving blocks. Every next block is the… Continue reading “Arduboy Tower builder game”…
Arduino fast sin function Task: Create fast function to get math sinus. One of implementation – create array for each degree values: float sin… Continue reading “Arduino fast sin function”…