Seite 1 von 1

Python zu Spin2

Verfasst: Fr 2. Jul 2021, 17:33
von PIC18F2550
Weis jemand wie ich das in Spin schreiben muss?

Code: Alles auswählen

 a = math.atan2(y, x)
    if ( a < 0):
        a += 2 * math.pi
    a = math.degrees(a) + 0.78