R Rrobyy Member Jul 20, 2016 #1 excuse me, i want to ask about how to use arduino mega's analog pin 8-15. since I only can use pin0-7 but cant use the other with the same way of declaration. Thank you Last edited: Jul 20, 2016
excuse me, i want to ask about how to use arduino mega's analog pin 8-15. since I only can use pin0-7 but cant use the other with the same way of declaration. Thank you
Erel B4X founder Staff member Licensed User Longtime User Jul 20, 2016 #2 Good question. You can use the following values: A8 = 62 A9 = 63 A10 = 64 A11 = 65 A12 = 66 A13 = 67 A14 = 68 A15 = 69 B4X: pin1.Initialize(69, pin1.MODE_OUTPUT) 'A15 Upvote 0
Good question. You can use the following values: A8 = 62 A9 = 63 A10 = 64 A11 = 65 A12 = 66 A13 = 67 A14 = 68 A15 = 69 B4X: pin1.Initialize(69, pin1.MODE_OUTPUT) 'A15
R Rrobyy Member Jul 20, 2016 #3 Erel said: Good question. You can use the following values: A8 = 62 A9 = 63 A10 = 64 A11 = 65 A12 = 66 A13 = 67 A14 = 68 A15 = 69 Click to expand... thanks Erel Upvote 0
Erel said: Good question. You can use the following values: A8 = 62 A9 = 63 A10 = 64 A11 = 65 A12 = 66 A13 = 67 A14 = 68 A15 = 69 Click to expand... thanks Erel