| SN32F268 | ATmega32U4 | WeAct Blackpill - STM32F411 | WeAct STM32F405 | RP2040 | Proton C - STM32F303xC | Nice Nano (nRF52840) | STM32G0B1xx | |
|---|---|---|---|---|---|---|---|---|
| Speed | 48MHz | 16MHz | ~96MHz | ~168MHz | 2@ 133MHz | 72MHz | 64MHz | 64MHz |
| Voltage | 3.3V | 5V | 3.3V with 5V capable pins | 3.3V with 5V capable pins | 3.3v | 3.3V with some 5V capable pins | 3.3v | 3.3V with 5V capable pins |
| Flash size | 32kB (~28kB usable) | 32kB (28kB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| The GenerateVersionInfo task will generate the VersionInfo.cs file with the | |
| metadata for the current build. | |
| --> | |
| <UsingTask TaskName="GenerateVersionInfo" | |
| TaskFactory="CodeTaskFactory" | |
| AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll"> | |
| <ParameterGroup> |