I need help with States and buttons in my code

    if (buttonState = HIGH) {

Look up the difference between = and == in C.