fast enough for this simple project it saved me from connection a XTAL.
```
Ttiny26
_____________________________________
1 / |20
o--|PB0 /OC1A SDA DI MOSI PA0 ADC0|--o
2| |19
o--|PB1 OC1A DO MISO PA1 ADC1|--o
3| |18
o--|PB2 /OC1B SCL SCK PA2 ADC2|--o
4| |17
o--|PB3 OC1B PA3 AREF|--o
5| |16
o--|VCC GND|--o
6| |15
o--|GND AVCC|--o
7| |14
o--|PB4 XTAL1 ADC7 PA4 ADC3|--o
8| |13
o--|PB5 XTAL2 ADC8 PA5 ADC4|--o
9| |12
o--|PB6 T0 INT0 ADC9 PA6 ADC5 AIN0|--o
10| |11
o--|PB7 RESET ADC10 PA7 ADC6 AIN1|--o
|______________________________________|
```
### The shift register
As the ATTiny doesn't have enough outputs do drive a 7-segment display we need a shift register. I used a `74HCT595N` as again this what I had on hand.
A 7-segment display sporting 4 digits is used for outputting the number to the user. I used a `CL5642BH-30` as you guessed it already, was the one I had lying around.