Skip to content

Commit

Permalink
enable public view for gingerbread
Browse files Browse the repository at this point in the history
  • Loading branch information
trentgill committed May 12, 2021
1 parent 1e46834 commit 8f0ab3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gingerbread.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ input[1].change = function()
output[n*2-1].volts = gs[n].x
output[n*2].volts = gs[n].y
end
for n=1,4 do public.view.output[n]() end
end

0 comments on commit 8f0ab3a

Please sign in to comment.