40º corresponds to the dial rotated all the way to its left most point while 330º is the dial's right most point. The dial does not rotate 360º like the spin module.
What ports can I use it on?
1,2,7,8
Code
var degree =Magic.modules.dial.degree;var raw =Magic.modules.dial.raw.degree;
usingMagic;publicclassDemo:MonoBehaviour{ // create a reference to the modulepublicMagic.Modules.DialModule dial;voidStart() { }voidUpdate() { // access the property of the moduleint dialMovement =dial.degree; }}