Micropython String to int
//STRING TO INT:
a = "5"
a = int(a)
Lively Lemur
//STRING TO INT:
a = "5"
a = int(a)