How exactly does one read the memory usuage compile data for Teensy?
I'm specifically trying to figure out how much RAM I have available. Is that displayed in this information?Code:Memory Usage on Teensy MicroMod: FLASH: code:164080, data:33808, headers:8956 free for files:16308228 RAM1: variables:47424, code:161560, padding:2280 free for local variables:313024 RAM2: variables:18112 free for malloc/new:506176
Are the numbers displayed in bits or bytes?