token-vesting icon indicating copy to clipboard operation
token-vesting copied to clipboard

using deploy dao to ensure lock safety

Open dzmitry-lahoda opened this issue 3 years ago • 1 comments

https://github.com/saber-hq/captain https://github.com/DeployDAO/migrator

if it is already in use, please document that

dzmitry-lahoda avatar Jan 07 '22 22:01 dzmitry-lahoda

These are used on the ATMEGA4809 Arduino board to assign the An to analog inputs. The actual pin# is defined above, so A0 is pin 0 (AIN4), A10 is pin16 (AIN3) . On the Nano Every, all the analog inputs have labels A0 to A7, and the digital I/O is labeled D2 to D13, and there is TX1 and RX0. I just followed that same scheme, but it is very confusing. I rather just call-out the analogRead with the pin# instead of the A#. If you agree we will just eliminate the A# for analog inputs since it is not used anywhere else.

freemovers avatar Jun 18 '19 04:06 freemovers

I like that idea. If it's not used elsewhere, we can always add it back in if we decide we need a way to use the analog channel number.

SpenceKonde avatar Jun 18 '19 04:06 SpenceKonde