Advertisement
my__funeral

stupid shit (принимающая) 2.0

Sep 18th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. char s;
  2. void setup() {
  3. Serial.begin(9600);
  4. Serial.write(0xA1);
  5. Serial.write(0xF1);
  6. }
  7.  
  8. void loop() {
  9. while (Serial.available() > 0) {
  10. s=Serial.read();0
  11. Serial.print(s);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement