Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while (1)
  2. {
  3. transmit_value = 100 * voltage;
  4. spislave.reply(transmit_value);
  5. if (spislave.receive())
  6. {
  7. receive_value = spislave.read();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement