added extra info to bootup messages. #docs #featureadd
This commit is contained in:
parent
8ce4fbead0
commit
71d6e6a64f
1 changed files with 4 additions and 0 deletions
|
|
@ -124,6 +124,10 @@ void setup() {
|
||||||
attachInterrupt(digitalPinToInterrupt(Z_TRG), pulse, FALLING);
|
attachInterrupt(digitalPinToInterrupt(Z_TRG), pulse, FALLING);
|
||||||
|
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
|
Serial.print("Pyr0-Piezo Z-Probe Firmware ");
|
||||||
|
Serial.println(PP_VERSION);
|
||||||
|
Serial.println("Info: https://docs.pyroballpcbs.com");
|
||||||
|
Serial.println("Source: https://github.com/pyr0ball/pyr0piezo");
|
||||||
Serial.println("Initializing Pyr0-Piezo Sensor...");
|
Serial.println("Initializing Pyr0-Piezo Sensor...");
|
||||||
|
|
||||||
i2cInit();
|
i2cInit();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue