Skip to content

Commit d9da9f6

Browse files
committed
Create circuit.png
1 parent 5d76e54 commit d9da9f6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed
22.6 KB
Loading

firmware/chipignite/polysat/src/polysat.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,6 @@ void main() {
151151

152152
// Main loop - echo received characters and blink LED and
153153
while (1) {
154-
// // Check if data is available to read
155-
// if (uart_read_available()) {
156-
// // Read and echo back the character
157-
// uint8_t ch = uart_read();
158-
// uart_write(ch);
159-
// slip_send_packet(c, 1, SLIP_CMD_DATA, uart_write);
160-
// }
161-
162154
if (!pulse) {
163155
led_off();
164156
// Set GPIO 33 low (bit 1)

0 commit comments

Comments
 (0)