Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Serialcomms committed Apr 23, 2024
1 parent 4b5cb08 commit e61ab67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Physarum/core_0_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@
#include "include/waveshare_irq.h"
#include "include/physarum.h"

extern bool animate;

extern uint32_t Q;

extern uint16_t colony[];

extern uint32_t ITERATIONS;
extern uint32_t ITERATION_NUM;
extern uint16_t P_VALUE_THRESHOLD;
extern uint8_t ACTIVE_COLONIES;

Expand Down
1 change: 0 additions & 1 deletion Physarum/waveshare_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "include/waveshare_pins.h"

extern uint8_t ACTIVE_COLONIES;
extern uint32_t ITERATIONS;
extern uint16_t P_VALUE_THRESHOLD;

void gpio_callback_all(uint gpio, uint32_t events) {
Expand Down

0 comments on commit e61ab67

Please sign in to comment.