You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Thank you Michel Keijzers. I confused with char Xstr[60] and itoa(Yint,Ystr,10), actually they not same thing.laoadam– laoadam2019年03月15日 22:14:33 +00:00Commented Mar 15, 2019 at 22:14
-
Gladly done, If the answer helps you, please consider upvote and accept my answer.Michel Keijzers– Michel Keijzers2019年03月15日 22:43:53 +00:00Commented Mar 15, 2019 at 22:43
-
HI, when used a MCP4261, there is function "digitalPotWrite" , can I use "digitalWrite" replace it? Thanks.laoadam– laoadam2019年03月16日 20:05:49 +00:00Commented Mar 16, 2019 at 20:05
-
Because the "digitalPotWrite" need be void definition, can't be used inside setup.laoadam– laoadam2019年03月16日 20:17:03 +00:00Commented Mar 16, 2019 at 20:17
-
digitalPotWrite is a function to communicate with the MCP4261 over SPI. digitalWrite is a function to set an IO pin HIGH or LOW. The two have nothing at all to do with each other.Majenko– Majenko2019年03月18日 21:56:11 +00:00Commented Mar 18, 2019 at 21:56
lang-cpp