Void Setup(){ wird nicht erkannt

Hallo,
ich habe mir einen BT Atmega328 geholt, aber er versteht „void Setup(){ “ nicht.
Was kann ich tun?

Please note that this is an English language forum.

C/C++ is case sensitive. setup() must be in lower case.

If the problem persists, please show your source code and the contents of your platformio.ini.